summaryrefslogtreecommitdiff
path: root/myisam/mi_dynrec.c
Commit message (Expand)AuthorAgeFilesLines
* fixed warnings and compile errors from the fix for bug 26243unknown2008-03-291-3/+3
* Merge mysql.com:/home/hf/work/31305/my41-31305unknown2007-11-121-0/+68
|\
| * Bug #31305 myisam tables crash when they are near capacity.unknown2007-11-121-0/+68
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-031-1/+1
|\ \
| * \ Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-12-311-1/+1
| |\ \
| | * | my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | | | Merge mysql.com:/home/svoj/devel/bk/mysql-4.1-enginesunknown2006-12-301-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | BUG#23196 - MySQL server does not exit / shutdown whenunknown2006-12-011-2/+2
* | | Merge xiphis.org:/home/antony/work2/mysql-5.0-enginesunknown2006-12-261-2/+1
|\ \ \ | | |/ | |/|
| * | Many files:unknown2006-12-231-2/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-12-011-2/+2
|\ \ \ | |/ /
| * | Remove compiler warningsunknown2006-11-201-2/+2
* | | Merge mysql.com:/home/svoj/devel/mysql/BUG22053/mysql-4.1-enginesunknown2006-10-251-3/+5
|\ \ \ | |/ / |/| / | |/
| * BUG#22053 - REPAIR table can crash server for someunknown2006-10-251-3/+5
| * Bug#20719 - Reading dynamic records with write buffer could failunknown2006-09-271-3/+0
| * Merge chilla.local:/home/mydev/mysql-4.1-bug20719unknown2006-09-271-26/+130
| |\
* | | Bug#20719 - Reading dynamic records with write buffer could failunknown2006-07-301-3/+0
* | | Merge chilla.local:/home/mydev/mysql-4.1-bug20719unknown2006-07-291-0/+3
|\ \ \ | | |/ | |/|
| * | Bug#20719 - Reading dynamic records with write buffer could failunknown2006-07-291-0/+3
* | | Merge chilla.local:/home/mydev/mysql-4.1-bug20719unknown2006-07-261-26/+127
|\ \ \ | |/ /
| * | Merge chilla.local:/home/mydev/mysql-4.0-bug20719unknown2006-07-261-26/+127
| |\ \
| | * | Bug#20719 - Reading dynamic records with write buffer could failunknown2006-07-211-28/+129
* | | | Merge mysql.com:/home/mydev/mysql-4.1-bug19835unknown2006-07-051-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Bug#19835 - Binary copy of corrupted tables crash the server when issuing a q...unknown2006-06-281-0/+3
| |/ /
* | | concurrent-insert can now be set to 2 for concurrent inserts when there is ho...unknown2005-05-131-4/+8
* | | Mergeunknown2005-04-131-7/+4
|\ \ \ | |/ /
| * | don't check record's checksum in REPAIRunknown2005-04-111-7/+4
* | | Add 0x before pointers (to help with debugging)unknown2004-12-181-20/+55
|/ /
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* | Merge with 4.0.20unknown2004-05-171-1/+1
|\ \ | |/
| * A DBUG_RETURN to match a DBUG_ENTERunknown2004-05-061-1/+1
* | Merge with 4.0.18unknown2004-02-111-41/+103
|\ \ | |/
| * Merge bk-internal:/home/bk/mysql-4.0/unknown2004-01-201-8/+8
| |\
| | * two bugs in parallel repair fixedunknown2004-01-201-8/+8
| * | Fixed table crash bug when updating row > 16M (Bug #2159)unknown2004-01-151-33/+95
| |/
* | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-5/+5
|/
* More explicit error messages from myisamchkunknown2003-09-161-4/+14
* post-merge fixesunknown2003-08-281-0/+1
* Add detection of in_addr_tunknown2003-08-281-5/+8
* Safety fix to enable RAID in max binariesunknown2003-05-131-13/+8
* Merge with 3.23 to get fixes for:unknown2003-04-031-1/+1
|\
| * A fix for a bug in MyISAM with large number of NULL columns and atunknown2003-03-251-2/+2
* | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-8/+10
* | Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-1/+0
* | MyISAM: always store alloced_rec_buff_length with the buffer itselfunknown2002-07-261-9/+2
* | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-10/+14
* | parallel repair needs rec_buff local for thread !!!unknown2002-07-141-3/+3
* | yet another generalization for rec_buff handling, MI_INFO doesn't need rec_al...unknown2002-07-141-34/+4
* | mi_fix_rec_buff_for_blob() generalized a bitunknown2002-07-091-5/+12
* | Ensure that share->tot_locks s updated correctlyunknown2002-06-171-1/+1