Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoracsfer <carlos@reendex.com>2021-12-07 14:48:48 +0300
committerGitHub <noreply@github.com>2021-12-07 14:48:48 +0300
commit8c27f74a63c6eed61b859016757d0c74a80b044d (patch)
tree4181f38cbe31c75e7a25766998e5bf6078b9fe9e /config
parente49233a79546f36771e31b96e330eedf61b63a34 (diff)
Update default row_format
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 4a28748b69c..68c0a0b44b0 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1562,7 +1562,7 @@ $CONFIG = [
* Tables will be created with
* * character set: utf8mb4
* * collation: utf8mb4_bin
- * * row_format: compressed
+ * * row_format: dynamic
*
* See:
* https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-utf8mb4.html