Uncaught exception from user code (#414)
This commit is contained in:
parent
177c9f6695
commit
d7c906c9c4
1 changed files with 1 additions and 1 deletions
|
@ -3503,7 +3503,7 @@ sub mysqsl_pfs {
|
||||||
) unless ( mysql_version_le( 5, 6 ) );
|
) unless ( mysql_version_le( 5, 6 ) );
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
"Consider installing Sys schema from https://github.com/good-dba/mariadb-sys for MariaDB"
|
"Consider installing Sys schema from https://github.com/good-dba/mariadb-sys for MariaDB"
|
||||||
) unless ( mysql_version_gt( 10, 0 ) );
|
) unless ( mysql_version_eq( 10, 0 ) or mysql_version_eq( 5, 5 ) );
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue