summaryrefslogtreecommitdiff
path: root/dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch')
-rw-r--r--dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch b/dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch
new file mode 100644
index 000000000000..3c61c1ed3933
--- /dev/null
+++ b/dev-db/mysqltuner/files/mysqltuner-1.7.15-password.patch
@@ -0,0 +1,11 @@
+--- a/mysqltuner.pl 2019-05-21 21:04:53.000000000 +0300
++++ b/mysqltuner.pl 2019-07-28 22:14:09.888967978 +0300
+@@ -1739,7 +1739,7 @@
+ my $PASS_COLUMN_NAME = 'password';
+ if ( $myvar{'version'} =~ /5\.7|10\..*MariaDB*/ ) {
+ $PASS_COLUMN_NAME =
+-"IF(plugin='mysql_native_password', authentication_string, password)";
++"IF(plugin='mysql_native_password', authentication_string, 'password')";
+ }
+ debugprint "Password column = $PASS_COLUMN_NAME";
+