Skip to content

Commit

Permalink
Merge pull request #466 from Ruzgfpegk/bugfix/mariadb-sys-update
Browse files Browse the repository at this point in the history
Suggest using mariadb-sys from FromDual in script
  • Loading branch information
jmrenouard committed Jan 9, 2020
2 parents 8f34a00 + 3555142 commit 7965211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,7 @@ sub mysqsl_pfs {
"Consider installing Sys schema from https://github.com/mysql/mysql-sys for MySQL"
) unless ( mysql_version_le( 5, 6 ) );
push( @generalrec,
"Consider installing Sys schema from https://github.com/good-dba/mariadb-sys for MariaDB"
"Consider installing Sys schema from https://github.com/FromDual/mariadb-sys for MariaDB"
) unless ( mysql_version_eq( 10, 0 ) or mysql_version_eq( 5, 5 ) );

return;
Expand Down

0 comments on commit 7965211

Please sign in to comment.