summaryrefslogtreecommitdiff
path: root/mysys/thr_rwlock.c
Commit message (Collapse)AuthorAgeFilesLines
* merge with 3.23.52monty@hundin.mysql.fi2002-08-121-1/+0
|\
| * Fixed problem with BIGINT and shutdown on AIXmonty@hundin.mysql.fi2002-08-121-1/+0
| | | | | | | | | | | | Moved IF(test,column,NULL) code to 4.0 Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h. Removed some CR's in os2 files.
* | Added support for rw_tryrdlock() and rw_trywrlock()monty@hundin.mysql.fi2002-06-291-20/+51
| |
* | Added support for semaphores in mysys.monty@hundin.mysql.fi2002-06-291-9/+17
| | | | | | | | (Needed for query cache for systems which doesn't have native semaphores)
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
|/ | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
| | | | (For glibc 2.2)
* Small portability fixesmonty@donna.mysql.com2000-09-071-5/+0
|
* Portability changesmonty@donna.mysql.com2000-08-311-0/+5
|
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-6/+2
|
* Import changesetbk@work.mysql.com2000-07-311-0/+139