Bug #66459 | crash on synchronize model | ||
---|---|---|---|
Submitted: | 20 Aug 2012 2:27 | Modified: | 13 Oct 2012 16:35 |
Reporter: | Bogdan Fürst | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.42 | OS: | Windows (Microsoft Windows 7 Ultimate Edition (build 7600), 64-bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
[20 Aug 2012 2:27]
Bogdan Fürst
[20 Aug 2012 2:30]
Bogdan Fürst
may be related to http://bugs.mysql.com/bug.php?id=66380
[20 Aug 2012 2:38]
Bogdan Fürst
managed to repeat the issue after restarting workbench: 1 edit view by double click on view item 2 modify part of select in view from IF( ISNULL(sa.`Row`), NULL, CONCAT(az.`Code`, ' (', CHAR(sa.`Row` + 65 USING utf8), ' ', sa.`Column` + 1, ') ', m.`Name`) ) AS xxx into IF( ISNULL(sa.`Row`), NULL, CONCAT(az.`Code`, ', ', m.`Name`, ', ', CHAR(sa.`Row` + 65 USING utf8), '-', sa.`Column` + 1) ) AS xxx 3 Database -> Synchronize model... crash on diff dialog The issue seems to occur only if synchornize model is not executed after starting workbench and before editing the view.
[22 Aug 2012 16:38]
Alfredo Kojima
Bug #66380 is a duplicate
[13 Sep 2012 16:35]
MySQL Verification Team
Please try version 5.2.43 . Thanks.
[14 Oct 2012 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".