summaryrefslogtreecommitdiff
path: root/mysys/my_os2tls.c
Commit message (Collapse)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+2
| | | | Changed header to GPL version 2 only
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-97/+104
| | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
* Fixed problem with BIGINT and shutdown on AIXmonty@hundin.mysql.fi2002-08-121-22/+22
| | | | | | 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.
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-0/+144
Fix bug in isamlog Add argument types to function declarations.