summaryrefslogtreecommitdiff
path: root/include/thr_lock.h
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-02-27 17:35:51 +0200
committermonty@narttu.mysql.fi <>2003-02-27 17:35:51 +0200
commita0d2a621edd4c6ddd6f25bac23a5465a9c662d36 (patch)
tree9a78565a91c6598a50921f763c99dee6cfe2c4d1 /include/thr_lock.h
parentfa195bc83a1efa16dec0ac3b122d0cbc145afe0f (diff)
downloadmariadb-git-a0d2a621edd4c6ddd6f25bac23a5465a9c662d36.tar.gz
Added detection if pthread_attr_getstacksize() exists
Fixed bug in RAND() usage in mysqlbinlog
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 7459849cb04..6650d25e145 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,