Update INTERNALS.md #419

Wrong value about innodb_buffer_pool_instances with MySQL 5.6 #419
This commit is contained in:
Jean-Marie Renouard 2019-01-07 11:01:54 +01:00 committed by GitHub
parent 8816ff009d
commit 06ac30d05a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,8 +216,6 @@
* innodb_buffer_pool instances = round(innodb_buffer_pool_size / 1Go) * innodb_buffer_pool instances = round(innodb_buffer_pool_size / 1Go)
* innodb_buffer_pool instances must be equals or lower than 64 * innodb_buffer_pool instances must be equals or lower than 64
- 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). - 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).
* InnoDB Buffer Pool Usage * InnoDB Buffer Pool Usage