diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-10-28 16:03:00 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-10-28 16:03:00 +0200 |
commit | 2cc360bdf2a47f968140f5b75c7668f999b36612 (patch) | |
tree | 650db399308e572427dedb86b5ab128457a2a914 /debian | |
parent | a41d429765c7ddb528b9b438c68b25ff55d3bd55 (diff) | |
download | mariadb-git-2cc360bdf2a47f968140f5b75c7668f999b36612.tar.gz |
Remove bogus advice
Ever since MariaDB 10.0 (and MySQL 5.6.8), the innodb_log_file_size
and innodb_log_files_in_group can be changed between server restarts,
and the redo log files will be resized on server startup if needed.
Diffstat (limited to 'debian')
-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 d30ec182c8b..22103ec09c9 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 |