← Back to team overview

ourdelta-developers team mailing list archive

[Bug 303124] Re: Feature req: innodb_log_file_size smarter on startup

 

Yasufumi is going to implement auto-increasing of log_size if value in
my.cnf (or in defaults) is bigger than current log file.


** Changed in: percona-patches
     Assignee: (unassigned) => Yasufumi Kinoshita (yasufumi-kinoshita)

-- 
Feature req: innodb_log_file_size smarter on startup
https://bugs.launchpad.net/bugs/303124
You received this bug notification because you are a member of OurDelta-
developers, which is the registrant for OurDelta.

Status in OurDelta - Builds for MySQL,MariaDB: Fix Committed
Status in Patches for MySQL by Percona: Confirmed

Bug description:
Feature request:
On InnoDB startup, check whether the iblog files exist, and what size they are.
Feed that size back into the innodb_log_file_size, regardless of what it was.
If it was different, you can write a warning to errorlog, but no error/abort.

This little tweak would allow us to increase the default log file size, without breaking existing installations.



References