summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.23 to get patch for floor()unknown2004-03-121-1/+3
|\
| * fixed bug #2762 "grammar error in myisam/mi_check.c"unknown2004-02-161-1/+3
| * ixed overflow bug in MyISAM and ISAM when using packed tables with a lot of f...unknown2003-08-282-1/+3
* | --set-character-set and --character-sets-dir in myisamchk now workunknown2004-02-241-2/+2
* | ftb +(+(many -parens)) bug fixedunknown2004-02-221-3/+5
* | portability fixesunknown2004-02-211-16/+20
* | - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to theunknown2004-02-032-3/+3
* | two more bugfixes for "space stripping in MyISAM indexes"unknown2004-01-211-1/+1
* | Merge bk-internal:/home/bk/mysql-4.0/unknown2004-01-203-11/+20
|\ \
| * | two bugs in parallel repair fixedunknown2004-01-203-11/+20
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-01-191-33/+95
|\ \ \ | |/ / |/| |
| * | Fixed table crash bug when updating row > 16M (Bug #2159)unknown2004-01-151-33/+95
* | | an obvious bug in _mi_key_cmp fixed (BUG#2295 - range on blobs)unknown2004-01-151-4/+6
|/ /
* | Portability fixes (mostly test suite)unknown2003-12-161-8/+4
* | Fixed bug in last push found by valgrindunknown2003-12-141-0/+4
* | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-124-18/+66
* | chk_del() should not check key delete-chainunknown2003-12-111-7/+12
* | code cleanup after some reasoningunknown2003-12-091-2/+9
* | yet another trunc* bugunknown2003-11-201-20/+33
* | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-11-191-2/+2
|\ \
| * \ Merge service name codeunknown2003-11-171-2/+2
| |\ \
| | * | Fix for service names on windows; Now we always put the service name last wh...unknown2003-11-171-2/+2
* | | | minor fixups: more verbose on "no memory" errors - report requested size, avo...unknown2003-11-191-2/+3
* | | | obligatory update checksum on repair, if it is obligatory verified on check.unknown2003-11-141-0/+9
|/ / /
* | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-11-031-1/+1
|\ \ \
| * | | fixed a bug in boolean fts where a word queue was created based on min_word_l...unknown2003-11-031-1/+1
| |/ /
* | | Call my_sync() after all data is written to .frm fileunknown2003-11-022-32/+8
* | | Change back service name to MySQLunknown2003-10-301-2/+4
|/ /
* | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-10-061-1/+1
|\ \
| * | enum options renamed to avoid possible name conflictsunknown2003-09-291-1/+1
* | | Correct fix for buffer overruns for compressed blobs.unknown2003-09-242-2/+4
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-09-231-2/+2
|\ \ \
| * | | - fixed several typos ("uppdate"->"update" and "tryed"->"tried")unknown2003-09-191-2/+2
| |/ /
* | | More explicit error messages from myisamchkunknown2003-09-162-12/+41
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-09-053-13/+34
|\ \
| * | Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was ...unknown2003-09-053-13/+34
* | | more sanity checks for compressed files, BUG#770unknown2003-09-021-0/+6
* | | s/\t/ / in command-line help textunknown2003-09-021-1/+1
|/ /
* | post-merge fixesunknown2003-08-281-0/+1
* | Add detection of in_addr_tunknown2003-08-283-6/+13
* | do not try to "analyze" or "sort index" in the table that has no indexes or n...unknown2003-08-271-9/+12
* | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-261-1/+4
|\ \
| * | fix ANALYZE TBALE to never generate rec_per_key_part < 1, as it prevent the t...unknown2003-08-261-1/+4
* | | Fixed a very rarge memory overrun bug in the myisamlog program.unknown2003-08-261-1/+9
* | | Better fix for myisamchk --sort-index on windowsunknown2003-08-251-16/+17
* | | Update of VC++ project files (to remove link warnings)unknown2003-08-253-7/+21
|/ /
* | Fixed some varnings from valgrindunknown2003-08-203-4/+9
* | FT-NL bugfix - ignore words that appear more than in 2mio rows to avoid tree ...unknown2003-08-191-31/+8
* | Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec...unknown2003-08-171-4/+5
* | myisamchk - don't mark table as crashed if --sort-records=<key> failed becaus...unknown2003-08-121-3/+3