summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed compare in MyISAM to use my_pread()unknown2001-06-111-3/+3
* Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3unknown2001-06-031-1/+1
* Added ABS() to make tests more portable.unknown2001-06-031-0/+2
* Fixed bugs in symlink codeunknown2001-06-021-5/+10
* Fixed bug that caused client to hang because mysqld never did send anunknown2001-06-021-2/+2
* Added --skip-symlinksunknown2001-06-012-2/+5
* Added symlink support to mysys library.unknown2001-06-014-47/+148
* Added functions for symbolic link handling to make it possible tounknown2001-05-314-5/+181
* Fixed problems with decimals withing IF()unknown2001-05-291-1/+6
* Merge work:/my/mysql into tik.mysql.fi:/home/my/mysqlunknown2001-05-231-5/+5
|\
| * Updated documentation of how to add new native functions.unknown2001-05-231-5/+5
* | Merge work.mysql.com:/home/bk/mysqlunknown2001-05-222-3/+3
|\ \ | |/
| * Force close of sockets on HPUX 10.20unknown2001-05-192-3/+3