Bug #31675 | GB values not honored in MySQL Administrator | ||
---|---|---|---|
Submitted: | 17 Oct 2007 20:38 | Modified: | 30 Nov 2009 16:17 |
Reporter: | Todd Farmer (OCA) | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Administrator | Severity: | S2 (Serious) |
Version: | 1.2.12 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[17 Oct 2007 20:38]
Todd Farmer
[19 Apr 2008 8:07]
Peter Laursen
same comment as here: http://bugs.mysql.com/bug.php?id=31699
[13 Feb 2009 14:09]
Susanne Ebrecht
Many thanks Todd for pointing this out. Also in actual version there is just K and M. Because we are on the way to implement full functionality of MySQL Administrator into MySQL Workbench we won't implement this feature anymore.
[13 Feb 2009 14:16]
Susanne Ebrecht
Todd, sorry, I first missunderstood. This is already fixed. Buffer Pool Size = 1024 M It will displayed as 1024 M and not just as 1 K. There is none G and because of Workbench implementation we won't add the G here. But I think it is ok to have 1024 M instead of 1 G. Our actual version is MySQL Administrator 1.2.16. You will be able to download it here: http://www.mysql.com/downloads/
[13 Feb 2009 15:53]
Susanne Ebrecht
Sorry, I made a verification error here. When you put in my.ini configure values with 2GB then they will shown as 2K in Administrator. This not only hit innodb_buffer_pool. It hits some others as well. I didn't test all but it looks like all values where GB is possible are hit here.
[19 Feb 2009 14:55]
Susanne Ebrecht
Bug #31699 is another effect of this bug here. Bug 31699 is set as duplicate of this bug here because both behaviour have same root.
[23 Feb 2009 10:40]
Mike Lischke
I cannot reproduce this problem. When I set a value of 2000M in the config file it shows up as this value. Once changed to 1024M this is saved to the config file and loaded next time I start MA. So, I don't see what to do here.
[23 Feb 2009 16:51]
Todd Farmer
Use a value such as the following: innodb_buffer_pool_size=1G NOT innodb_buffer_pool_size=1024M Both are the same; MySQL Server parses both to have the same value, but MySQL Administrator displays the first as "1k".
[15 Oct 2009 11:51]
Susanne Ebrecht
It needs to be checked if this is working correct in Workbench 5.2. I will test it.
[30 Nov 2009 16:17]
Susanne Ebrecht
We won't fix this in Administrator anymore. But bug #49013 is the regression Workbench bug for this bug here.