summaryrefslogtreecommitdiffstats
path: root/roles/common-SQL/files/etc/mysql/my.cnf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-06-15 11:21:53 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-06-15 11:21:53 +0200
commit964d5a81ebd010c6f2c42b9c106e1a9652804b30 (patch)
tree4d7324daefb7bf24596d9711659a5ba692dc1f37 /roles/common-SQL/files/etc/mysql/my.cnf
parent7d3a9a5340d5faae1347bf010c193c36e1771fa1 (diff)
MySQL: Use a single InnoDB file per table.
Diffstat (limited to 'roles/common-SQL/files/etc/mysql/my.cnf')
-rw-r--r--roles/common-SQL/files/etc/mysql/my.cnf1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/common-SQL/files/etc/mysql/my.cnf b/roles/common-SQL/files/etc/mysql/my.cnf
index c5c9454..6caeb64 100644
--- a/roles/common-SQL/files/etc/mysql/my.cnf
+++ b/roles/common-SQL/files/etc/mysql/my.cnf
@@ -99,6 +99,7 @@ max_binlog_size = 100M
# Read the manual for more InnoDB related options. There are many!
innodb_flush_method = O_DIRECT
+innodb_file_per_table = 1
# * Security Features
#