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 #443 and #444.
  • Loading branch information
Ruzgfpegk committed Jan 9, 2020
1 parent 80920ad commit 3555142
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 3555142

Please sign in to comment.