mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
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(
|
||||
'information_schema.tables',
|
||||
['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)) {
|
||||
|
|
Loading…
Reference in a new issue