Bug #61239 | InnoDB silently switches to 1 buffer pool instance if size is < 1GB | ||
---|---|---|---|
Submitted: | 20 May 2011 5:01 | Modified: | 10 Apr 2013 15:26 |
Reporter: | Vasil Dimov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | Vasil Dimov | CPU Architecture: | Any |
[20 May 2011 5:01]
Vasil Dimov
[10 Apr 2013 15:25]
Bugs System
Added a changelog entry for 5.7.1: Without warning, InnoDB would silently set "innodb-buffer-pool-instances" to 1 if the buffer pool size is less than 1GB. For example, if "innodb-buffer-pool-size" is set to 200M and "innodb-buffer-pool-instances" is set to 4, InnoDB would silently set "innodb-buffer-pool-instances" to 1. This fix implements a warning message and new logic for "innodb-buffer-pool-size" and "innodb-buffer-pool-instances".