Bug #67993 | "innodb_log_files_in_group" and "innodb_log_file_size" is not changeable | ||
---|---|---|---|
Submitted: | 30 Dec 2012 7:12 | Modified: | 2 Jan 2013 6:06 |
Reporter: | Jackie Zhang | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[30 Dec 2012 7:12]
Jackie Zhang
[30 Dec 2012 7:26]
MySQL Verification Team
Duplicate of http://bugs.mysql.com/bug.php?id=13494 This is fixed in 5.6.8 and higher. The resizing of logfiles is automatically done. Look: [Warning] InnoDB: Resizing redo log from 5*3072 to 5*8192 pages, LSN=1945110 [Warning] InnoDB: Starting to delete and rewrite log files. [Note] InnoDB: Setting log file .\ib_logfile101 size to 128 MB InnoDB: Progress in MB: 100 [Note] InnoDB: Setting log file .\ib_logfile1 size to 128 MB InnoDB: Progress in MB: 100 [Note] InnoDB: Setting log file .\ib_logfile2 size to 128 MB InnoDB: Progress in MB: 100 [Note] InnoDB: Setting log file .\ib_logfile3 size to 128 MB InnoDB: Progress in MB: 100 [Note] InnoDB: Setting log file .\ib_logfile4 size to 128 MB InnoDB: Progress in MB: 100 [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0 [Warning] InnoDB: New log files created, LSN=1945110 And: [Warning] InnoDB: Resizing redo log from 2*3072 to 5*3072 pages, LSN=1944623 [Warning] InnoDB: Starting to delete and rewrite log files. [Note] InnoDB: Setting log file .\ib_logfile101 size to 48 MB [Note] InnoDB: Setting log file .\ib_logfile1 size to 48 MB [Note] InnoDB: Setting log file .\ib_logfile2 size to 48 MB [Note] InnoDB: Setting log file .\ib_logfile3 size to 48 MB [Note] InnoDB: Setting log file .\ib_logfile4 size to 48 MB [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0 [Warning] InnoDB: New log files created, LSN=1944623
[2 Jan 2013 6:06]
Jackie Zhang
Thanks for the confirmation, Shane! But why not apply the patch on 5.5 which is the current GA release? Happy new year! --Jackie
[6 Mar 2013 13:07]
Marko Mäkelä
5.6.10 is the current GA release. We cannot fix all bugs in GA releases due to the risk and effort involved. This one could theoretically be backported to earlier versions easily.