diff options
author | unknown <monty@hundin.mysql.fi> | 2001-07-18 23:34:04 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-07-18 23:34:04 +0300 |
commit | 0e66a78a4deda14424dc2585caaba201c7fa573b (patch) | |
tree | cebfda868fd3ee75917f75e851c2dddb068293de /include/thr_lock.h | |
parent | 2cbf3b9b532e048dbe3d42669bff539c5864236e (diff) | |
download | mariadb-git-0e66a78a4deda14424dc2585caaba201c7fa573b.tar.gz |
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.
Diffstat (limited to 'include/thr_lock.h')
-rw-r--r-- | include/thr_lock.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |