Bug #76101 [ADMIN] Unhandled exception when checking/uncheckin any box in advanced PSS
Submitted: 2 Mar 2015 15:50 Modified: 18 Mar 2015 18:44
Reporter: Armando Lopez Valencia Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S3 (Non-critical)
Version:6.2.5.0 OS:Any
Assigned to: CPU Architecture:Any

[2 Mar 2015 15:50] Armando Lopez Valencia
Description:
*Verified in:*
Windows 8.1x64
MySQL Server 5.6
WB 6.2.5.398

How to repeat:
1. Open a valid MySQL Server connection.
2. Go to "Management" tab->"Performance Schema Setup->Advanced options".
3. Check/uncheck any box.
*Actual results:*
09:35:37 [DB1][            grt]:   File "C:\Program Files\MySQL\MySQL Workbench 6.2\mforms.py", line 499, in set_enabled
09:35:37 [DB1][            grt]:     def set_enabled(self, *args): return _mforms.View_set_enabled(self, *args)
09:35:37 [DB1][            grt]: TypeError: in method 'View_set_enabled', argument 2 of type 'bool'
[18 Mar 2015 18:44] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.3.3 release, and here's the changelog entry:

Checking an "Advanced Options" checkbox under "Performance Schema Setup"
would generate an error.

Thank you for the bug report.