summarylogtreecommitdiffstats
path: root/mariadb11.patch
diff options
context:
space:
mode:
authorTimo Sarawinski2024-02-13 15:48:23 +0100
committerTimo Sarawinski2024-02-13 15:48:23 +0100
commit9fe5072bfc4448f85aa21f578edb8b65c62984dc (patch)
tree622e6ed38be8431671cb0b855c5a3bcd09e9ff76 /mariadb11.patch
parent32baef4be1c6b9a48d5034a55bfac6e09a2a3aaa (diff)
downloadaur-9fe5072bfc4448f85aa21f578edb8b65c62984dc.tar.gz
added patch for mariadb 11
Diffstat (limited to 'mariadb11.patch')
-rw-r--r--mariadb11.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/mariadb11.patch b/mariadb11.patch
new file mode 100644
index 000000000000..05083365e19d
--- /dev/null
+++ b/mariadb11.patch
@@ -0,0 +1,14 @@
+--- mysqltuner.pl
++++ mysqltuner.pl
+@@ -2446,7 +2446,10 @@
+ or mysql_version_eq( 10, 8 )
+ or mysql_version_eq( 10, 9 )
+ or mysql_version_eq( 10, 10 )
+- or mysql_version_eq( 10, 11 ) )
++ or mysql_version_eq( 10, 11 )
++ or mysql_version_eq( 11,0 )
++ or mysql_version_eq( 11,1 )
++ or mysql_version_eq( 11,2 ) )
+ {
+ goodprint "Currently running supported MySQL version "
+ . $myvar{'version'} . "";