]> git.mxchange.org Git - friendica.git/commitdiff
Reverted experimental change
authorMichael <heluecht@pirati.ca>
Wed, 31 Aug 2022 05:02:28 +0000 (05:02 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 31 Aug 2022 05:02:28 +0000 (05:02 +0000)
src/Database/DBStructure.php

index 2745f1cb8d6395a3102905dbf9587d7a85b66502..d14e791e2c5ed5f7cde01ce64104e6c2e58ff00c 100644 (file)
@@ -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)) {