summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* On windows, delete any conflicting 'to' files on rename(from,to)monty@mashka.mysql.fi2002-12-141-0/+7
* - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)lenz@mysql.com2002-12-044-7/+18
* Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2002-11-181-5/+6
|\
| * Small change to make key cache code cleaermonty@mashka.mysql.fi2002-11-181-5/+6
* | - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-10/+1
|/
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-10-201-1/+1
|\
| * Fixed usage of putenv() on windows (in not normally used code)monty@hundin.mysql.fi2002-10-201-1/+1
* | Added optional NT service and fix the TZ variable bugmiguel@hegel.br2002-10-161-0/+4
|/
* Allocate HEAP blocks in smaller blocks to get better memory utilization and m...monty@hundin.mysql.fi2002-10-131-4/+3
* Portability fixes for HPUX and Openbsdmonty@hundin.mysql.fi2002-08-181-2/+2
* Fix for HPUX 11 and pthread_mutex_lockmonty@hundin.mysql.fi2002-08-161-28/+51
* Fixed typo so that ulonglong are properly converted to double on AIX with gcc...monty@hundin.mysql.fi2002-08-161-1/+1
* my_pthread.c:heikki@hundin.mysql.fi2002-08-141-6/+31
* Removed not needed comment (to keep aligned with the rest of the code)monty@work.mysql.com2002-08-131-2/+1
* my_pthread.c:heikki@hundin.mysql.fi2002-08-131-1/+3
* Fixed problem with BIGINT and shutdown on AIXmonty@hundin.mysql.fi2002-08-1215-177/+202
* Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.monty@hundin.mysql.fi2002-08-061-2/+21
* - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> lenz@mysql.com2002-07-153-6/+22
* Portability fix for HPUXmonty@mashka.mysql.fi2002-06-171-2/+9
* Portability fixes for SCO and HPUXmonty@hundin.mysql.fi2002-05-311-1/+1
* Renamed stripp_sp -> strip_spmonty@hundin.mysql.fi2002-05-272-4/+4
* Split raid C function to separate file to make things more portable.monty@hundin.mysql.fi2002-05-273-11/+33
* Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-05-161-1/+1
|\
| * A final and proper fix for HP-UX problems with pthread_cond_timedwait.Sinisa@sinisa.nasamreza.org2002-05-161-1/+1
* | New my_gethostbyname_r() handlingmonty@hundin.mysql.fi2002-05-164-55/+129
|/
* Sergei's MyODBC fixmiguel@hegel.local2002-05-125-6/+6
* Small fix for HP-UX 10.20 with DCE threadsSinisa@sinisa.nasamreza.org2002-04-161-2/+2
* Fixed pthread_cond_timedwait() for HPUX and DCE threadsmonty@tik.mysql.fi2002-04-161-2/+16
* mf_qsort.c:serg@serg.mysql.com2002-02-231-196/+164
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-02-202-1/+51
|\
| * Update to autoconf 2.52monty@hundin.mysql.fi2002-02-072-1/+51
* | Framework to simplify memory leak tracingserg@serg.mysql.com2002-01-222-7/+7
|/
* Fixed bug when making a range join based on information from a const table.monty@hundin.mysql.fi2002-01-181-1/+1
* Minors changes for the Windows 3.23.47 releasemiguel@light.local2001-12-301-0/+1
* misc cleanup sasha@mysql.sashanet.com2001-12-131-3/+4
* slave-skip-errorssasha@mysql.sashanet.com2001-12-121-7/+45
* Fixed bug in LEFT JOINmonty@hundin.mysql.fi2001-12-051-1/+1
* Added read log caching and fixed a possible bug in write cacheing.monty@hundin.mysql.fi2001-11-281-6/+21
* Small safety fixmonty@hundin.mysql.fi2001-11-281-2/+4
* Fix race condition in ANALYZE TABLE.monty@hundin.mysql.fi2001-11-261-1/+2
* Portability fixmonty@hundin.mysql.fi2001-11-221-2/+3
* Portability fixesmonty@hundin.mysql.fi2001-10-311-1/+2
* Portability fixesmonty@hundin.mysql.fi2001-10-314-2/+12
* Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-314-10/+58
* Fixed bug in counting open files when using many filesmonty@hundin.mysql.fi2001-09-271-3/+2
* OS2 patchmonty@hundin.mysql.fi2001-09-121-39/+0
* More debug infomonty@hundin.mysql.fi2001-09-081-1/+1
* Make killing of threads safermonty@hundin.mysql.fi2001-09-011-4/+4
* Fixed problem with INSERT DELAYEDmonty@hundin.mysql.fi2001-08-311-5/+18
* Fixed bug in auto-increment handling with InnoDBmonty@hundin.mysql.fi2001-08-261-12/+20