Performance Schema Issue #328
This commit is contained in:
parent
cf38192ddb
commit
3c3fdcd936
1 changed files with 2 additions and 2 deletions
|
@ -3342,9 +3342,9 @@ sub mysqsl_pfs {
|
||||||
|
|
||||||
unless ( grep /^sys$/, select_array("SHOW DATABASES") ) {
|
unless ( grep /^sys$/, select_array("SHOW DATABASES") ) {
|
||||||
infoprint "Sys schema isn't installed.";
|
infoprint "Sys schema isn't installed.";
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
"Consider installing Sys schema from https://github.com/mysql/mysql-sys"
|
"Consider installing Sys schema from https://github.com/mysql/mysql-sys"
|
||||||
);
|
) unless ( mysql_version_le( 5, 5 ) );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue