Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2.2, 10.3.0
Description
InnoDB Should skip mvcc and transaction locking for temporary tables in 10.2+. Currently row_search_mvcc() process temporary tables with locking. Temporary tables is private to
the connection. There can be one active transaction in temporary table. So it is not necessary
to use mvcc and transaction locking for temporary tables.
Attachments
Issue Links
- relates to
-
MDEV-16467 MariaDB crashes because of "long semaphore wait"after migrating from 10.1 to 10.3
- Closed
-
MDEV-16713 Hangs server with repeating log entry
- Closed