mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
disable bulk insert optimization if long uniques are used, because they need to read the table (index_read) after every inserted now. And bulk insert optimization might disable indexes. bulk insert is already disabled in other cases when there are chances that the table will be read duing the bulk insert.
162 KiB
162 KiB