Bug #83241 | Find a way to list #sql... table left in data dictionary in case ALTER fails. | ||
---|---|---|---|
Submitted: | 3 Oct 2016 5:22 | Modified: | 22 Jun 2017 16:34 |
Reporter: | Gopal Shankar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[3 Oct 2016 5:22]
Gopal Shankar
[22 Jun 2017 16:34]
Paul DuBois
Posted by developer: Fixed in 8.0.2. The SHOW TABLES statement now supports an optional EXTENDED keyword that causes statement output to list hidden tables created by failed ALTER TABLE statements. (These temporary tables have names beginning with #sql.)