Skip to content

Commit

Permalink
Suggest using mariadb-sys from FromDual in script
Browse files Browse the repository at this point in the history
Follows major#443 and major#444.
  • Loading branch information
Ruzgfpegk committed Jan 10, 2020
1 parent 80920ad commit ae0af69
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 ae0af69

Please sign in to comment.