Reverted experimental change
This commit is contained in:
parent
f7b85092b0
commit
9ca470cc94
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue