Bug #75136 | Mysql workbench error when backup | ||
---|---|---|---|
Submitted: | 7 Dec 2014 1:49 | Modified: | 11 Feb 2015 1:43 |
Reporter: | Mohd Azman Abdullah | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
Version: | Workbench 6.2, 6.2.4 | OS: | Windows (Server 2008 R2) |
Assigned to: | CPU Architecture: | Any | |
Tags: | regression |
[7 Dec 2014 1:49]
Mohd Azman Abdullah
[7 Dec 2014 9:01]
MySQL Verification Team
Hello Mohd Azman Abdullah, Thank you for the report. Confirmed this issue with MySQL Workbench 6.2.4 on Win7(64bit). Thanks, Umesh
[7 Dec 2014 9:02]
MySQL Verification Team
Not repeatable with MySQL Workbench 6.2.3 on Win7(64bit)
[7 Dec 2014 9:03]
MySQL Verification Team
Screenshot..
Attachment: 75136.png (image/png, text), 85.22 KiB.
[7 Dec 2014 9:16]
MySQL Verification Team
// extract from WB log 14:28:20 [DB1][ mforms managed]: Adding new timeout 14:28:20 [DB1][ mforms managed]: Creating new TimerHandler 14:28:20 [DB1][wb_admin_control.py:exec_query:119]: Executing query SHOW DATABASES 14:28:20 [INF][wb_admin_control.py:server_polling_thread:485]: Monitoring thread running... 14:28:20 [DB1][wb_admin_control.py:event:82]: Found event server_started_event in list 14:28:20 [DB1][wb_admin_control.py:event:85]: Passing event server_started_event to WbAdminControl 14:28:20 [DB1][wb_admin_control.py:event:85]: Passing event server_started_event to AdministratorTab 14:28:20 [DB1][ mforms managed]: Destructing TimerHandler instance 14:28:21 [DB1][wb_admin_control.py:exec_query:119]: Executing query SHOW CREATE DATABASE `test` 14:28:21 [DB1][wb_admin_control.py:exec_query:119]: Executing query SHOW FULL TABLES FROM `test` 14:28:22 [ERR][ pymforms]: Unhandled exception in Python code: 'builtin_function_or_method' object has no attribute '__getitem__' <traceback object at 0x0000000022A72448> 14:28:22 [DB1][ mforms managed]: Showing an error to the user 14:28:22 [DB1][ mforms managed]: Hiding the wait message 14:28:22 [DB2][ mforms managed]: Wait message was not visibile, nothing to do 14:28:22 [DB1][ mforms managed]: About to show a custom message box 14:28:22 [DB1][ mforms managed]: Creating and showing custom message box 14:28:22 [DB1][ mforms managed]: Running custom message box 14:28:25 [DB1][ mforms managed]: Custom message box closed 14:28:25 [DB1][ grt]: Traceback (most recent call last): 14:28:25 [DB1][ grt]: File "D:\Workbench\MySQL Workbench 6.2.4 (winx64)\modules\wb_admin_export.py", line 1700, in start 14:28:25 [DB1][ grt]: args.append['--skip-triggers'] 14:28:25 [DB1][ grt]: TypeError: 'builtin_function_or_method' object has no attribute '__getitem__' 14:28:28 [DB1][ mforms managed]: Opening the URL: C:\Users\umshastr\AppData\Roaming\MySQL\Workbench\log\wb.log
[14 Dec 2014 4:17]
Mohd Azman Abdullah
How to resolve this issue
[22 Jan 2015 6:06]
Thai Tran
Repeatable on 6.2.4 Mac OSX 10.10.1
[11 Feb 2015 1:43]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Workbench 6.2.5 release, and here's the changelog entry: Executing "Data Export" could fail and emit "unhandled exception: 'builtin_function_or_method' object has no attribute '__getitem__';". Thank you for the bug report.