Bug #84222 | Tables can only be edited once | ||
---|---|---|---|
Submitted: | 16 Dec 2016 1:29 | Modified: | 16 Dec 2016 10:54 |
Reporter: | Joe Schmoe | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S2 (Serious) |
Version: | 6.3.8 | OS: | Windows (Microsoft Windows 10 Home) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
[16 Dec 2016 1:29]
Joe Schmoe
[16 Dec 2016 10:54]
MySQL Verification Team
Thank you for the bug report. I couldn't repeat connected with remote MAC running server 5.7.16. The table was created as: CREATE TABLE `t1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `col` varchar(10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 and the edited the column col.