From 0e66a78a4deda14424dc2585caaba201c7fa573b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Jul 2001 23:34:04 +0300 Subject: 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. --- include/thr_lock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/thr_lock.h b/include/thr_lock.h index 42bcd9bcaba..6dd59f80e64 100644 --- a/include/thr_lock.h +++ b/include/thr_lock.h @@ -65,6 +65,7 @@ enum thr_lock_type { TL_IGNORE=-1, extern ulong max_write_lock_count; extern my_bool thr_lock_inited; +extern enum thr_lock_type thr_upgraded_concurrent_insert_lock; typedef struct st_thr_lock_data { pthread_t thread; -- cgit v1.2.1