summaryrefslogtreecommitdiff
path: root/include/thr_lock.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-07-18 23:34:04 +0300
committermonty@hundin.mysql.fi <>2001-07-18 23:34:04 +0300
commit5a8e734b9abb58c5361a84e894d4266a14f22a04 (patch)
treecebfda868fd3ee75917f75e851c2dddb068293de /include/thr_lock.h
parent0fb2e24ac58a800e5935b89c61864007383d35b0 (diff)
downloadmariadb-git-5a8e734b9abb58c5361a84e894d4266a14f22a04.tar.gz
Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if
--low-priority-updates is used and the file has holes.
Diffstat (limited to 'include/thr_lock.h')
-rw-r--r--include/thr_lock.h1
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;