mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
locking type of temp table The problem is that INSERT INTO .. SELECT FROM .. and CREATE TABLE .. SELECT FROM a temporary table could inadvertently overwrite the locking type of the temporary table. The lock type of temporary tables should be a write lock by default. The solution is to reset the lock type of temporary tables back to its default value after they are used in a statement.
6.0 KiB
6.0 KiB