Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
N/A
-
None
-
Q4/2025 Server Maintenance
Description
The discussion is in MDEV-37385. Lock timeout error for cases like
CREATE GLOBAL TEMPORARY TABLE t (c INT) ON COMMIT PRESERVE ROWS;
|
INSERT t VALUES (1);
|
DROP TABLE t;
|
does not inspire confidence.
The proposed error is ER_TABLE_ALREADY_IN_USE, though we haven't one.
Another candidate is ER_LOCK_OR_ACTIVE_TRANSACTION
Attachments
Issue Links
- is caused by
-
MDEV-35915 Implement Global temporary tables
-
- In Testing
-
- relates to
-
MDEV-37700 DROP TABLE on GTT table succeeds in MariaDB only
-
- Closed
-
- split from
-
MDEV-37385 Thread hang on CoR where the original table is a GTT
-
- Closed
-