diff options
Diffstat (limited to 'debian/additions/my.cnf')
-rw-r--r-- | debian/additions/my.cnf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/additions/my.cnf b/debian/additions/my.cnf index 91a159e4669..77596bc308b 100644 --- a/debian/additions/my.cnf +++ b/debian/additions/my.cnf @@ -131,8 +131,6 @@ max_binlog_size = 100M # InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/. # Read the manual for more InnoDB related options. There are many! default_storage_engine = InnoDB -# you can't just change log file size, requires special procedure -#innodb_log_file_size = 50M innodb_buffer_pool_size = 256M innodb_log_buffer_size = 8M innodb_file_per_table = 1 |