From a4dd11901b47e4f908e5afff785a49f60a3b8049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Sun, 5 Dec 2021 14:41:50 +0100 Subject: [PATCH] Removed fixed ROW_FORMAT for MariaDB 10.6 As statet in https://mariadb.com/kb/en/innodb-compressed-row-format/, the ROW_FORMAT = compressed is made read-only in MariaDB 10.6 and will mostly be removed in MariaDB 10.7. I made a pull request in https://github.com/nextcloud/server/pull/30101 for removing the default fixed ROW_FORMAT in code and pulling this to the docs. --- .../configuration_server/config_sample_php_parameters.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index a83f98d3a44..342c8de9620 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1767,7 +1767,6 @@ innodb_file_per_table=ON Tables will be created with * character set: utf8mb4 * collation: utf8mb4_bin - * row_format: compressed See: https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-utf8mb4.html