Merge pull request #466 from Ruzgfpegk/bugfix/mariadb-sys-update
Suggest using mariadb-sys from FromDual in script
This commit is contained in:
commit
7965211fa0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue