mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
The problem is that a SELECT on one thread is blocked by INSERT ... ON DUPLICATE KEY UPDATE on another thread even when low_priority_updates is activated. The solution is to possibly downgrade the lock type to the setting of low_priority_updates if the INSERT cannot be concurrent.
107 KiB
107 KiB