View Issue Details

IDProjectCategoryView StatusLast Update
0002031Database Workbench v6MySQL Modulepublic2022-09-19 13:40
Reporterscout Assigned ToMartijn Tonies  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionfixed 
OSWindowsOS Version10 
Product Version6.0.6 
Fixed in Version6.1.0 
Summary0002031: Freeze while refreshing after Alter Table
DescriptionThe 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
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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