From 9d4a30456f931a32cf9199712a5561921d9aad4c Mon Sep 17 00:00:00 2001 From: RudiScholz Date: Tue, 17 Jan 2017 00:14:26 +0100 Subject: [PATCH 1/2] Update mysql_4byte_support.rst Fix syntax error for innodb_large_prefix --- admin_manual/maintenance/mysql_4byte_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/maintenance/mysql_4byte_support.rst b/admin_manual/maintenance/mysql_4byte_support.rst index 04e1ff075..d6f44bcaf 100644 --- a/admin_manual/maintenance/mysql_4byte_support.rst +++ b/admin_manual/maintenance/mysql_4byte_support.rst @@ -11,7 +11,7 @@ installation needs to be tweaked a bit. 2. Make sure the following InnoDB settings are set on your MySQL server:: [mysqld] - innodb_large_prefix=true + innodb_large_prefix=on innodb_file_format=barracuda innodb_file_per_table=1 From 06bc1a1ed28f8f3886d32c0e9d2d432204c13b4e Mon Sep 17 00:00:00 2001 From: RudiScholz Date: Tue, 17 Jan 2017 00:15:59 +0100 Subject: [PATCH 2/2] Update system_requirements.rst Fix syntax error for innodb_large_prefix --- admin_manual/installation/system_requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 015c416c0..e823cc93d 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -56,7 +56,7 @@ If you want to use UTF8 4-byte characters such as Emojis on your server, the dat Additionally the following InnoDB settings need to be set:: [mysqld] - innodb_large_prefix=true + innodb_large_prefix=on innodb_file_format=barracuda innodb_file_per_table=true