diff options
author | unknown <monty@narttu.mysql.fi> | 2003-02-28 13:29:48 +0200 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-02-28 13:29:48 +0200 |
commit | 2e16ca08fc6818f532475381536bfdb2055cb5fb (patch) | |
tree | e05b50b2e283ecdeb7b689c60ce89560e6825552 /include/thr_lock.h | |
parent | acb121906d012cae27edb9edf3d783f1c8d9cb53 (diff) | |
parent | 0a77e7c42707c02f52ed7c889b54c367ea2b283c (diff) | |
download | mariadb-git-2e16ca08fc6818f532475381536bfdb2055cb5fb.tar.gz |
Merge with 3.23 -> 4.0
configure.in:
Auto merged
include/config-win.h:
Auto merged
include/thr_lock.h:
Auto merged
mysql-test/Makefile.am:
Auto merged
sql/repl_failsafe.cc:
Auto merged
sql/slave.cc:
Auto merged
sql/sql_class.cc:
Auto merged
sql/sql_insert.cc:
Auto merged
sql/sql_show.cc:
Auto merged
sql/log_event.cc:
merge
sql/mysqld.cc:
merge
Diffstat (limited to 'include/thr_lock.h')
-rw-r--r-- | include/thr_lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/thr_lock.h b/include/thr_lock.h index cf5b0cce4bc..cf59f4aaeb2 100644 --- a/include/thr_lock.h +++ b/include/thr_lock.h @@ -43,8 +43,8 @@ enum thr_lock_type { TL_IGNORE=-1, */ TL_WRITE_ALLOW_WRITE, /* - Write lock, but allow other threads to read / write. - Used by ALTER TABLE in MySQL to mark to allow readers + Write lock, but allow other threads to read. + Used by ALTER TABLE in MySQL to allow readers to use the table until ALTER TABLE is finished. */ TL_WRITE_ALLOW_READ, |