-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Incorrect innodb log file size calculation #271
Labels
Comments
jmrenouard
added a commit
that referenced
this issue
Nov 28, 2016
Hi @miao606 Can you tell us if last version solves this issue ? |
Based on InnoDB log file size * # log files / InnoDB Buffer pool size, Yes the calculations were correct. |
jmrenouard
added a commit
that referenced
this issue
Feb 6, 2017
#271 adding message prescision for in advces message
I will close this ticket and the main discussion can be on #258 issue. BR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Innodb log file size = $myvar{'innodb_log_file_size'} * $myvar{'innodb_log_files_in_group'}
The text was updated successfully, but these errors were encountered: