Bug #46397 | Waiting for tables with delay key writes | ||
---|---|---|---|
Submitted: | 27 Jul 2009 9:21 | Modified: | 27 Aug 2009 9:43 |
Reporter: | dimitar nenchev | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S1 (Critical) |
Version: | 4.1 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | Waiting for tables with delay key writes |
[27 Jul 2009 9:21]
dimitar nenchev
[27 Jul 2009 9:43]
Sveta Smirnova
Thank you for the report. This bug database is for reporting bugs in MySQL code, not for help with usage. Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/ You said: ----<q>---- Suggested fix: The waiting for tables state occures during: The thread got a notification that the underlying structure for a table has changed and it needs to reopen the table to get the new structure. However, to reopen the table, it must wait until all other threads have closed the table in question. This notification takes place if another thread has used FLUSH TABLES or one of the following statements on the table in question: FLUSH TABLES tbl_name, ALTER TABLE, RENAME TABLE, REPAIR TABLE, ANALYZE TABLE, or OPTIMIZE TABLE. ----</q>---- This is correct, you have to wait when "another thread" finishes its job. Please explain what is MySQL bug in your case.
[27 Aug 2009 23: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".
[19 May 2012 2:59]
MySQL Verification Team
I reported a problem similar in: http://bugs.mysql.com/bug.php?id=43726 (THR_LOCK_myisam is locked while flushing unwritten key blocks to disk)