summarylogtreecommitdiffstats
path: root/mariadb11.patch
diff options
context:
space:
mode:
authorTimo Sarawinski2024-02-19 17:43:32 +0100
committerTimo Sarawinski2024-02-19 17:43:32 +0100
commite19dbd70e8cf63982141c770160e43fbbb3469d8 (patch)
tree8b026713ec5d2277b965ccc12af2252ce2afd9b7 /mariadb11.patch
parent9fe5072bfc4448f85aa21f578edb8b65c62984dc (diff)
downloadaur-e19dbd70e8cf63982141c770160e43fbbb3469d8.tar.gz
patch for mariadb 11.3
Diffstat (limited to 'mariadb11.patch')
-rw-r--r--mariadb11.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/mariadb11.patch b/mariadb11.patch
index 05083365e19d..c5be10c8c1db 100644
--- a/mariadb11.patch
+++ b/mariadb11.patch
@@ -1,14 +1,15 @@
--- mysqltuner.pl
+++ mysqltuner.pl
-@@ -2446,7 +2446,10 @@
+@@ -2446,7 +2446,11 @@
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 ) )
++ or mysql_version_eq( 11,0 )
++ or mysql_version_eq( 11,1 )
++ or mysql_version_eq( 11,2 )
++ or mysql_version_eq( 11,3 ) )
{
goodprint "Currently running supported MySQL version "
. $myvar{'version'} . "";