Bug #69406 | "innodb_buffer_pool_size", "innodb_buffer_pool_instances" are duplicated | ||
---|---|---|---|
Submitted: | 5 Jun 2013 16:32 | Modified: | 6 Nov 2013 1:36 |
Reporter: | Roman Syroeshko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
Version: | 5.2.47 CE rev. 10398 | OS: | Windows (7 Home Basic 64-bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | innodb_buffer_pool_instances, innodb_buffer_pool_size, options file, server administration |
[5 Jun 2013 16:32]
Roman Syroeshko
[5 Jun 2013 16:33]
Roman Syroeshko
"InnoDB" tab screenshot with duplicated parameters highlighted.
Attachment: innodb_buffer_pool_size_dup.png (image/png, text), 98.57 KiB.
[5 Jun 2013 19:53]
MySQL Verification Team
Thank you for the bug report.
[31 Oct 2013 14:51]
Armando Lopez Valencia
Posted by developer: FIXED. Verified in: Windows 7x64 Ubuntu 12.04x64 MySQL Server 5.6 WB 6.0.8.11345 Duplicated has been removed and changes are applied correctly: --- +++ @@ -227,1 +227,1 @@ -innodb_buffer_pool_size = 43M +innodb_buffer_pool_size = 42M @@ -247,1 +247,1 @@ -innodb_buffer_pool_instances = 9 +innodb_buffer_pool_instances = 8
[6 Nov 2013 1:36]
Philip Olson
Fixed as of MySQL Workbench 6.0.8, and here's the changelog entry: The "innodb_buffer_pool_size" and "innodb_buffer_pool_instances" configuration parameters were duplicated in the "Options File" (formerly the "Server Administration") tab. They were listed in both the "Buffer Pool" and "Memory" groups". Also, using MySQL Workbench to change these settings would generate a change that also altered whitespace in the MySQL configuration file. Thank you for the bug report.