Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow resizing ib_logfiles and default to newer (larger) value for it. #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajsalminen
Copy link
Contributor

Changing the innodb_log_file_size prior to MySQL version 5.6.8 requires you to stop the server, move the old log files away and start the server again. This patch would automate that and set the default from the tiny 5M that is not enough for almost any site to the one newer MySQL versions default to (48M).

@ajsalminen
Copy link
Contributor Author

ajsalminen commented Apr 16, 2016

Looks like the test is failing because it uses ansible version 1.5 and version_compare was added in 1.6. How should this be resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant