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

Wrong value about innodb_buffer_pool_instances with MySQL 5.6 #419

Closed
stonio opened this issue Jan 5, 2019 · 2 comments
Closed

Wrong value about innodb_buffer_pool_instances with MySQL 5.6 #419

stonio opened this issue Jan 5, 2019 · 2 comments

Comments

@stonio
Copy link

stonio commented Jan 5, 2019

Wrong information about innodb_buffer_pool_instances using MySQL 5.6:

-------- InnoDB Metrics ----------------------------------------------------------------------------
[--] InnoDB is enabled.
[--] InnoDB Buffers
[--]  +-- InnoDB Buffer Pool: 128.0M
[--]  +-- InnoDB Buffer Pool Instances: 8
[--]  +-- InnoDB Additional Mem Pool: 8.0M



Variables to adjust:
    innodb_buffer_pool_instances (=1)

However, this variable is already set to default value 1.
If you read note in MySQL 5.6 Reference Manual:

A bug in MySQL 5.6 causes SHOW VARIABLES to report an innodb_buffer_pool_instances value of 8 when innodb_buffer_pool_size is less than 1GB and only one buffer pool instance is present (Bug #18343670).

jmrenouard added a commit that referenced this issue Jan 7, 2019
Wrong value about innodb_buffer_pool_instances with MySQL 5.6 #419
@jmrenouard
Copy link
Collaborator

INTERNALS.md updated with related information.

@jmrenouard
Copy link
Collaborator

Thanks for your feedback :)

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

No branches or pull requests

2 participants