mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if
--low-priority-updates is used and the file has holes. Docs/manual.texi: Changelog sql/sql_insert.cc: Fixed that sleeptime is 0 for new insert delayed threads.
This commit is contained in:
@ -3563,6 +3563,7 @@ static void get_options(int argc,char **argv)
|
||||
break;
|
||||
case OPT_LOW_PRIORITY_UPDATES:
|
||||
thd_startup_options|=OPTION_LOW_PRIORITY_UPDATES;
|
||||
thr_upgraded_concurrent_insert_lock= TL_WRITE_LOW_PRIORITY;
|
||||
low_priority_updates=1;
|
||||
break;
|
||||
case OPT_BOOTSTRAP:
|
||||
|
Reference in New Issue
Block a user