Bug #71045 Wrong default value is displayed for "thread_stack" option on 64-bit OS
Submitted: 1 Dec 2013 13:18 Modified: 26 Aug 2014 5:57
Reporter: Roman Syroeshko Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S3 (Non-critical)
Version:6.0.8.11354 build 833 OS:Windows (7 Home Basic 64-bit)
Assigned to: CPU Architecture:Any
Tags: default value, options file, thread_stack

[1 Dec 2013 13:18] Roman Syroeshko
Description:
MySQL Workbench displays wrong default value of "thread_stack" system variable on 64-bit OS.

How to repeat:
According to the documentation (see this http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_thread_stack), default value of "thread_stack" system variable on 64-bit OS is 262144.

1. On 64-bit OS open Workbench Administration for MySQL instance which uses default value of "thread_stack" system variable (there is no "thread_stack" key in my.ini).
2. Navigate to "Options File" section.
3. Open "Advanced" tab.
4. Make sure that "thread_stack" option is unckecked and remember the value in the correspondent disabled input.

Actual result: input value is "196608".
Expected result: input value is "262144".

Suggested fix:
Workbench should display "262144" as the default value of "thread_stack" option on 64-bit OS.
[1 Dec 2013 13:21] Roman Syroeshko
Screenshot attached.

Attachment: wrong_thread_stack_default_value_displayed.png (image/png, text), 35.81 KiB.

[2 Dec 2013 5:44] MySQL Verification Team
Hello Roman,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[24 Jul 2014 12:41] Milosz Bodzek
Posted by developer:
 
fixed
[26 Aug 2014 5:57] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.2.2 release, and here's the changelog entry:

On 64-bit operating systems, MySQL Workbench would display the incorrect
default value for the "thread_stack" system variable.

Thank you for the bug report.