Bug #70161 | unable to drop database | ||
---|---|---|---|
Submitted: | 27 Aug 2013 12:16 | Modified: | 27 Sep 2013 13:21 |
Reporter: | rajnish kumar | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.5.31 | OS: | FreeBSD (ubuntu) |
Assigned to: | CPU Architecture: | Any | |
Tags: | unable to drop database |
[27 Aug 2013 12:16]
rajnish kumar
[27 Aug 2013 13:21]
MySQL Verification Team
Do you tried FLUSH TABLES ?. Try new version 5.5.33 also.
[27 Aug 2013 15:26]
MySQL Verification Team
This is simply not a bug. One of the connections has an open transaction. The transaction might not have touched any innodb table yet that is why you cannot see it in the innodb_trx table. You must kill all the oldest connections until the problem disappears. http://dev.mysql.com/doc/refman/5.5/en/metadata-locking.html You may want to set "lock_wait_timeout=60" to let queries error out instead of hanging forever. Then find out which connection/application forgets to commit or sets autocommit=0 by accident.
[28 Sep 2013 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".