Bug #78980 | DROP INDEX FAILURE CORRUPTS THE INDEX METADATA IN MYSQLD | ||
---|---|---|---|
Submitted: | 27 Oct 2015 14:09 | Modified: | 11 Jan 2016 13:10 |
Reporter: | Lakshmi Narayanan Sreethar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 7.4.8 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[27 Oct 2015 14:09]
Lakshmi Narayanan Sreethar
[11 Jan 2016 13:10]
Jon Stephens
Documented fix as follows in the NDB 7.4.9 changelog: When executed on an NDB table, ALTER TABLE ... DROP INDEX made changes to an internal array referencing the indexes before the index was actually dropped, and did not revert these changes in the event that the drop was not completed. One effect of this was that, after attempting to drop an index on which there was a foreign key dependency, the expected error referred to the wrong index, and subsequent attempts using SQL to modify indexes of this table failed. Closed.