Bug #31232 | mysql_alter_table() does not roll back .frm on add_index() failure | ||
---|---|---|---|
Submitted: | 27 Sep 2007 11:23 | Modified: | 27 Nov 2007 10:13 |
Reporter: | Marko Mäkelä | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | Martin Skold | CPU Architecture: | Any |
[27 Sep 2007 11:23]
Marko Mäkelä
[20 Nov 2007 15:41]
Martin Skold
Can you please create a clone for this to be tested. The current implementation does rollback as part of add_index returning an error. This is tested by attempting to create unique indexes on non-unique data in the ndb test suite.
[26 Nov 2007 17:21]
Heikki Tuuri
Marko, please tell Martin Skold precisely what is wrong.
[27 Nov 2007 10:13]
Marko Mäkelä
Apparently, this bug has indeed been fixed meanwhile.