diff options
author | igor@olga.mysql.com <> | 2007-06-04 03:16:17 -0700 |
---|---|---|
committer | igor@olga.mysql.com <> | 2007-06-04 03:16:17 -0700 |
commit | a5011de0a82b29a982bed1bb18eea57d29121100 (patch) | |
tree | c0603a0ced48aa5d4991dea80ff63566636c96fc /include/thr_lock.h | |
parent | 31c57a1efc02e85dfbb891f7e713509f3d6a7f7e (diff) | |
parent | d9fcc304d9b02b97bc259dc74d3b33f44885258d (diff) | |
download | mariadb-git-a5011de0a82b29a982bed1bb18eea57d29121100.tar.gz |
Merge olga.mysql.com:/home/igor/mysql-5.0-opt
into olga.mysql.com:/home/igor/mysql-5.1-opt-merge
Diffstat (limited to 'include/thr_lock.h')
-rw-r--r-- | include/thr_lock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/thr_lock.h b/include/thr_lock.h index 9bd7c22aa92..74d65c2fa7a 100644 --- a/include/thr_lock.h +++ b/include/thr_lock.h @@ -54,6 +54,11 @@ enum thr_lock_type { TL_IGNORE=-1, TL_WRITE_CONCURRENT_INSERT, /* Write used by INSERT DELAYED. Allows READ locks */ TL_WRITE_DELAYED, + /* + parser only! Late bound low_priority flag. + At open_tables() becomes thd->update_lock_default. + */ + TL_WRITE_DEFAULT, /* WRITE lock that has lower priority than TL_READ */ TL_WRITE_LOW_PRIORITY, /* Normal WRITE lock */ |