summaryrefslogtreecommitdiffstats
path: root/vagrant_support
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-13 00:20:25 +0200
committerGitHub <noreply@github.com>2018-07-13 00:20:25 +0200
commita671f4ebe0f80686d9d98d51c754a07f4bb68d31 (patch)
treeddec19fe13f75475c2c7c86b212134a93f6d33ad /vagrant_support
parente671c6b2bd6ef20f357ed710377258a730e268a3 (diff)
downloadbugzilla-a671f4ebe0f80686d9d98d51c754a07f4bb68d31.tar.gz
bugzilla-a671f4ebe0f80686d9d98d51c754a07f4bb68d31.tar.xz
Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed row format, and changes charset to utf8mb4)
Diffstat (limited to 'vagrant_support')
-rw-r--r--vagrant_support/my.cnf13
1 files changed, 7 insertions, 6 deletions
diff --git a/vagrant_support/my.cnf b/vagrant_support/my.cnf
index 1daa4d745..1f3d13546 100644
--- a/vagrant_support/my.cnf
+++ b/vagrant_support/my.cnf
@@ -25,14 +25,15 @@ thread_cache_size = 50
table_definition_cache = 1024
table_open_cache = 2048
-innodb_flush_method = O_DIRECT
-innodb_log_files_in_group = 2
-innodb_log_file_size = 256M
-innodb_flush_log_at_trx_commit = 2
-innodb_file_per_table = 1
innodb_buffer_pool_size = 1G
-innodb_flush_neighbors = 0
+innodb_file_format = Barracuda
+innodb_file_per_table = 1
innodb_flush_log_at_trx_commit = 2
+innodb_flush_method = O_DIRECT
+innodb_flush_neighbors = 0
+innodb_large_prefix = 1
+innodb_log_file_size = 256M
+innodb_log_files_in_group = 2
log_error = /var/lib/mysql/mysql-error.log
log_queries_not_using_indexes = 0