Skip to content

Commit 2cc360b

Browse files
committed
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.
1 parent a41d429 commit 2cc360b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

debian/additions/my.cnf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ max_binlog_size = 100M
131131
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
132132
# Read the manual for more InnoDB related options. There are many!
133133
default_storage_engine = InnoDB
134-
# you can't just change log file size, requires special procedure
135-
#innodb_log_file_size = 50M
136134
innodb_buffer_pool_size = 256M
137135
innodb_log_buffer_size = 8M
138136
innodb_file_per_table = 1

0 commit comments

Comments
 (0)