1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added detection if pthread_attr_getstacksize() exists

Fixed bug in RAND() usage in mysqlbinlog
This commit is contained in:
monty@narttu.mysql.fi
2003-02-27 17:35:51 +02:00
parent fa195bc83a
commit a0d2a621ed
9 changed files with 12 additions and 11 deletions

View File

@ -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,