summaryrefslogtreecommitdiff
path: root/mysys/my_os2file64.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-194/+195
| | | | | | | | 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-72/+72
| | | | | | 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.
* - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> lenz@mysql.com2002-07-151-3/+13
| | | | | | | from TeamOS/2 Italy - removed some obsolete files on Yuri's request - Added missing os2 related files outside the os2 subdirectory to the distribution
* Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-311-8/+50
| | | | | | Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-0/+341
Fix bug in isamlog Add argument types to function declarations.