Bug #92744 | Inconsistency in innodb_buffer_pool_size vs innodb_buffer_pool_chunk_size | ||
---|---|---|---|
Submitted: | 10 Oct 2018 23:48 | Modified: | 11 Oct 2018 5:17 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.23 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[10 Oct 2018 23:48]
Roel Van de Paar
[10 Oct 2018 23:50]
Roel Van de Paar
Given that the minimum for innodb_buffer_pool_size is 5242880, one could conclude that only the 1210 message is invalid.
[11 Oct 2018 5:17]
MySQL Verification Team
Hello Roel, Thank you for the report. Verifying for the invalid message. - extract from error log 2018-10-11T04:48:46.599443Z 0 [Warning] option 'innodb-buffer-pool-size': signed value 1048576 adjusted to 5242880 . 018-10-11T04:48:46.602205Z 0 [Note] InnoDB: Initializing buffer pool, total size = 5M, instances = 1, chunk size = 1M 5M is the Minimum Value of innodb-buffer-pool-size. regards, Umesh