summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Fix a linkage problem with the previous patch for "thr_client_alarm".unknown2007-02-122-1/+1
* Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c"...unknown2007-02-121-1/+0
* Compile error on Windows: Signal names are undefined. Fix by hiding the whole...unknown2007-02-121-0/+3
* Merge bk://localhost:5559unknown2007-01-302-0/+6
|\
| * Cleanup of thread-type (linuxthread or NTPL) detection codeunknown2007-01-304-16/+39
* | Cleanup of thread-type (linuxthread or NTPL) detection codeunknown2007-01-254-16/+38
|/
* Fix for configure to detect library correctly.unknown2007-01-222-52/+45
* Merge kpdesk.mysql.com:/home/thek/dev/test23010/my40-bug23010unknown2007-01-092-10/+1
|\
| * Cset exclude: thek@kpdesk.mysql.com|ChangeSet|20061106104152|07628unknown2007-01-092-10/+1
* | Merge kpdesk.mysql.com:/home/thek/dev/bug23010/my40-bug23010unknown2006-11-062-1/+10
|\ \ | |/
| * Bug#23010 _my_b_read() passing illegal file handles to my_seek()unknown2006-11-062-1/+10
* | Merge siva.hindu.god:/usr/home/tim/m/bk/b4053/40unknown2006-10-166-16/+55
|\ \ | |/ |/|
| * Bug #4053: too many of "error 1236: 'binlog truncated in the middle of event'...unknown2006-09-146-14/+56
* | Bug#4053: too many of "error 1236: 'binlog truncated in the middle of \unknown2006-08-301-22/+25
|/
* Bug#12920 - key_read_requests counter appears to re-setunknown2005-09-141-5/+7
* Review fixes:unknown2005-07-261-2/+2
* Bug #10600unknown2005-07-191-2/+5
* A fix for Netware.unknown2005-04-051-1/+1
* Please the Sun C compiler by qualifying 'inline' as 'static inline'.unknown2005-03-041-2/+2
* Qualify 'inline' functions as 'static inline' to please the Sun C compiler.unknown2005-03-041-3/+3
* Merge bk-internal:/home/bk/mysql-4.0/unknown2005-03-031-4/+4
|\
| * Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)unknown2005-03-031-4/+4
* | mergeunknown2005-02-251-2/+8
|\ \ | |/ |/|
| * A fix (bug #5056: defaults-extra-file throws no error when file is inaccessib...unknown2004-09-021-2/+8
* | Fixed possible access to unintialized memory in filesort when using many buffersunknown2005-01-151-14/+35
* | Fix for BUG#7714 "if disk full, sometimes MyISAM doesn't wait for free space,...unknown2005-01-061-2/+1
* | Removed an unneccessary for() and variable.unknown2004-11-121-5/+4
* | Some code clean-up and optimization.unknown2004-11-111-30/+60
* | Removed check for .ini file elsewhere, except on Windows.unknown2004-11-111-0/+4
* | Fixed a typo that caused segmentation fault when usingunknown2004-11-051-1/+1
* | Changed default.c so that it now checks for my.ini and thenunknown2004-11-051-39/+50
* | Fix test case for innodb-lockunknown2004-10-201-2/+10
* | Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not":unknown2004-09-245-13/+25
|/
* Added global my_getopt_error_reporter function pointer which is unknown2004-08-311-45/+56
* Code style fixes.unknown2004-08-281-39/+48
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-08-251-29/+29
|\
| * Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-191-1/+1
| * Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-191-1/+1
| * BUG# 4466 - Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-181-33/+23
| * mysql_priv.h:unknown2004-08-141-19/+29
* | Fix warning VC++ and fix applied fisrt to source 4.1unknown2004-08-242-22/+9
* | typos fixedunknown2004-08-191-2/+2
* | copied new my_vsnprintf from 4.1. use "ul" when mergingunknown2004-08-191-16/+74
|/
* my_lib.c:unknown2004-07-051-2/+4
* Windows-specific:unknown2004-07-051-0/+9
* Prevent potential problems on 32-Bit machines.unknown2004-06-251-4/+4
* - rephrased commentunknown2004-06-221-1/+2
* - Applied some portability fixes for SGI IRIX/MipsPro compilerunknown2004-06-221-1/+1
* Applied patch from Novell (2004-06-03)unknown2004-06-181-1/+1
* backport wild_compare fix from 4.1 - bug#3924unknown2004-05-292-24/+47