Details
-
Type:
Task
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Fix Version/s: 5.5.29
-
Component/s: None
-
Labels:None
Description
CREATE TABLE xxx IF NOT EXISTS should not block if table exists.
If we notice that the table is locked (ie table exists) we will at once give an error instead of waiting for the table to be freed.
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-3947 CREATE TABLE IF NOT EXISTS throws an error instead of warning if the table is locked
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Pushed into 5.5 tree
Note that this also makes CREATE TABLE to not wait if table exists.