diff options
author | monty@narttu.mysql.fi <> | 2003-02-27 17:35:51 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-27 17:35:51 +0200 |
commit | a0d2a621edd4c6ddd6f25bac23a5465a9c662d36 (patch) | |
tree | 9a78565a91c6598a50921f763c99dee6cfe2c4d1 /include/thr_lock.h | |
parent | fa195bc83a1efa16dec0ac3b122d0cbc145afe0f (diff) | |
download | mariadb-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.h | 4 |
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, |