Details
-
Task
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
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.
Attachments
Issue Links
- relates to
-
MDEV-3947 CREATE TABLE IF NOT EXISTS throws an error instead of warning if the table is locked
- Closed