View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002031 | Database Workbench v6 | MySQL Module | public | 2022-07-15 12:11 | 2022-09-19 13:40 |
Reporter | scout | Assigned To | Martijn Tonies | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
OS | Windows | OS Version | 10 | ||
Product Version | 6.0.6 | ||||
Fixed in Version | 6.1.0 | ||||
Summary | 0002031: Freeze while refreshing after Alter Table | ||||
Description | The program freezes on some occasioons when it is refreshing after a table was altered. It can always be reproduced with the following steps. | ||||
Steps To Reproduce | - create the following simple table: CREATE TABLE test_table ( char_field VarChar(100), enum_field Enum('value_1', 'value_2', 'value_3', 'value_4') ); - open the table in the table editor and rename a column or change the order of the columns - click "Alter/Create Table" button - the table is successfully altered, but the program shows the message "Refreshing" and freezes -> program must be terminated | ||||
Additional Information | - Tested with MariaDB 10.6.5 - Works with Database Workbench 5.6.8 Lite | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-15 12:11 | scout | New Issue | |
2022-07-19 12:54 | Martijn Tonies | Assigned To | => Martijn Tonies |
2022-07-19 12:54 | Martijn Tonies | Status | new => assigned |
2022-07-19 14:56 | Martijn Tonies | Status | assigned => resolved |
2022-07-19 14:56 | Martijn Tonies | Resolution | open => fixed |
2022-07-19 14:56 | Martijn Tonies | Fixed in Version | => 6.1.0 |
2022-09-19 13:40 | Martijn Tonies | Status | resolved => closed |