Reverted experimental change

This commit is contained in:
Michael 2022-08-31 05:02:28 +00:00
parent f7b85092b0
commit 9ca470cc94
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class DBStructure
$tables = array_merge($tables, DBA::selectToArray( $tables = array_merge($tables, DBA::selectToArray(
'information_schema.tables', 'information_schema.tables',
['table_name'], ['table_name'],
['engine' => 'InnoDB', 'ROW_FORMAT' => ['COMPACT', 'REDUNDANT', 'COMPRESSED'], 'table_schema' => DBA::databaseName()] ['engine' => 'InnoDB', 'ROW_FORMAT' => ['COMPACT', 'REDUNDANT'], 'table_schema' => DBA::databaseName()]
)); ));
if (!DBA::isResult($tables)) { if (!DBA::isResult($tables)) {