]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Merge pull request #11895 from annando/smarty-sub-dir
[friendica.git] / 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)) {