summaryrefslogtreecommitdiff
path: root/include/thr_lock.h
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-02-28 13:29:48 +0200
committermonty@narttu.mysql.fi <>2003-02-28 13:29:48 +0200
commit050543bdfc134ab245b4d371986a96ba51896e23 (patch)
treee05b50b2e283ecdeb7b689c60ce89560e6825552 /include/thr_lock.h
parenta0148ee657e38fb3d357d5cc9d63b50965e95dcc (diff)
parent41e23092597eabdec366100fca3c8e02fd79d58c (diff)
downloadmariadb-git-050543bdfc134ab245b4d371986a96ba51896e23.tar.gz
Merge with 3.23 -> 4.0
Diffstat (limited to 'include/thr_lock.h')
-rw-r--r--include/thr_lock.h4
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,