summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-10-201-1/+1
|\
| * Fixed usage of putenv() on windows (in not normally used code)unknown2002-10-201-1/+1
* | Added optional NT service and fix the TZ variable bugunknown2002-10-161-0/+4
|/
* Allocate HEAP blocks in smaller blocks to get better memory utilization and m...unknown2002-10-131-4/+3
* Portability fixes for HPUX and Openbsdunknown2002-08-181-2/+2
* Fix for HPUX 11 and pthread_mutex_lockunknown2002-08-161-28/+51
* Fixed typo so that ulonglong are properly converted to double on AIX with gcc...unknown2002-08-161-1/+1
* my_pthread.c:unknown2002-08-141-6/+31
* Removed not needed comment (to keep aligned with the rest of the code)unknown2002-08-131-2/+1
* my_pthread.c:unknown2002-08-131-1/+3
* Fixed problem with BIGINT and shutdown on AIXunknown2002-08-1215-177/+202
* Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.unknown2002-08-061-2/+21
* - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> unknown2002-07-153-6/+22
* Portability fix for HPUXunknown2002-06-171-2/+9
* Portability fixes for SCO and HPUXunknown2002-05-311-1/+1
* Renamed stripp_sp -> strip_spunknown2002-05-272-4/+4
* Split raid C function to separate file to make things more portable.unknown2002-05-273-11/+33
* Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-05-161-1/+1
|\
| * A final and proper fix for HP-UX problems with pthread_cond_timedwait.unknown2002-05-161-1/+1
* | New my_gethostbyname_r() handlingunknown2002-05-164-55/+129
|/
* Sergei's MyODBC fixunknown2002-05-125-6/+6
* Small fix for HP-UX 10.20 with DCE threadsunknown2002-04-161-2/+2
* Fixed pthread_cond_timedwait() for HPUX and DCE threadsunknown2002-04-161-2/+16
* mf_qsort.c:unknown2002-02-231-196/+164
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-02-202-1/+51
|\
| * Update to autoconf 2.52unknown2002-02-072-1/+51
* | Framework to simplify memory leak tracingunknown2002-01-222-7/+7
|/
* Fixed bug when making a range join based on information from a const table.unknown2002-01-181-1/+1
* Minors changes for the Windows 3.23.47 releaseunknown2001-12-301-0/+1
* misc cleanup unknown2001-12-131-3/+4
* slave-skip-errorsunknown2001-12-121-7/+45
* Fixed bug in LEFT JOINunknown2001-12-051-1/+1
* Added read log caching and fixed a possible bug in write cacheing.unknown2001-11-281-6/+21
* Small safety fixunknown2001-11-281-2/+4
* Fix race condition in ANALYZE TABLE.unknown2001-11-261-1/+2
* Portability fixunknown2001-11-221-2/+3
* Portability fixesunknown2001-10-311-1/+2
* Portability fixesunknown2001-10-314-2/+12
* Update for OS2 (patch from Yuri Dario).unknown2001-10-314-10/+58
* Fixed bug in counting open files when using many filesunknown2001-09-271-3/+2
* OS2 patchunknown2001-09-121-39/+0
* More debug infounknown2001-09-081-1/+1
* Make killing of threads saferunknown2001-09-011-4/+4
* Fixed problem with INSERT DELAYEDunknown2001-08-311-5/+18
* Fixed bug in auto-increment handling with InnoDBunknown2001-08-261-12/+20
* Fixes for OS2.unknown2001-08-2239-113/+1415
* Fix for bug in the Sun Workshop compilerunknown2001-08-181-1/+4
* Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.unknown2001-07-301-1/+1
* Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY ifunknown2001-07-181-4/+5
* Removed wrong warning from thr_lockunknown2001-07-171-16/+20