Update query for fetching innodb_file_format
Signed-off-by: Guido Selva guido.selva@gmail.com
This commit is contained in:
parent
bcea844b90
commit
0bbe314061
@ -295,7 +295,7 @@ class Innodb extends StorageEngine
|
||||
return (
|
||||
($dbi->isMariaDB() && $dbi->getVersion() >= 100600)
|
||||
|| ($dbi->isMySql() && $dbi->getVersion() >= 80000)
|
||||
) ? '' : $dbi->fetchValue("SELECT @@innodb_file_format;");
|
||||
) ? '' : $dbi->fetchValue("SHOW GLOBAL VARIABLES LIKE 'innodb_file_format';");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user