Bug #104586 | Crash when attempting to alter table | ||
---|---|---|---|
Submitted: | 10 Aug 2021 23:16 | Modified: | 16 Aug 2021 1:50 |
Reporter: | Peter Savarese | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 8.0.26 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[10 Aug 2021 23:16]
Peter Savarese
[11 Aug 2021 12:56]
MySQL Verification Team
Hello Peter, Thank you for the bug report. Could you please provide the table structure to reproduce this issue at our end? Regards, Ashwini Patil
[11 Aug 2021 19:38]
Peter Savarese
Here is the create table for data structure CREATE TABLE `player_data` ( `steamid64` varchar(21) NOT NULL DEFAULT '', `in_game_name` varchar(32) DEFAULT '', `previous_names` text DEFAULT NULL, `last_seen` bigint(20) DEFAULT 0, `ip` varchar(16) DEFAULT '', `points` bigint(20) DEFAULT 0, `pointshop_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`pointshop_data`)), `dbd_playtime` text DEFAULT NULL, `ip_history` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`ip_history`)), PRIMARY KEY (`steamid64`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
[12 Aug 2021 12:13]
MySQL Verification Team
Hello Peter, Thank you for the details. I tried to reproduce your issue on windows 10 with MySQL workbench 8.0.26 and tried to alter the provided table but I am not seeing any issues at my end. Regards, Ashwini Patil
[12 Aug 2021 12:15]
MySQL Verification Team
8.0.26 test results
Attachment: 104586_results.PNG (image/png, text), 122.07 KiB.
[16 Aug 2021 1:50]
Peter Savarese
Hello I'm on vacation right now. I'll post further about this when I get home in a week.