summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Fixed timing problem with rpl000001 replication test.unknown2002-08-181-1/+5
* Portability fixes for 4.0.3 build.unknown2002-08-171-5/+18
* Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-1/+0
* fixed mi_comp_unique to use _mi_compare_text()unknown2002-08-091-5/+5
* Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0unknown2002-08-081-26/+0
|\
| * "words" of length 1 are removed from stopword listunknown2002-08-081-26/+0
* | mergeunknown2002-08-085-11/+11
|\ \ | |/ |/|
| * Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-085-10/+10
| * Merge with 3.23.51unknown2002-07-251-2/+2
| |\
| | * Fixed copyright in pack_isam.cunknown2002-06-291-2/+2
* | | one more "suboptimal memory usage during REPAIR for FULLTEXT keys" bug fixedunknown2002-08-071-3/+6
* | | Merge work:/home/bk/mysql-4.0unknown2002-08-061-1/+1
|\ \ \
| * | | fixed bug, that caused suboptimal memory usage during REPAIR when ft_max_word...unknown2002-08-061-1/+1
* | | | Small fixes in mysql and myisamchk.unknown2002-08-051-2/+2
|/ / /
* | | make SEARCH_PREFIX to work with complex (use_coll) charsets, namely latin1_deunknown2002-08-051-1/+2
* | | yet another "trunc*" bug fixed - and the fundamental one! (now, when next tru...unknown2002-08-041-11/+24
* | | rec_buff should be initializedunknown2002-07-261-2/+4
* | | mi_repair* functions need a separate rec_buff :(unknown2002-07-261-3/+5
* | | MyISAM: always store alloced_rec_buff_length with the buffer itselfunknown2002-07-267-45/+24
|/ /
* | Merge work:/home/bk/mysql-4.0unknown2002-07-241-3/+6
|\ \
| * | bugfix: uniques did not contributed to MYI tot_length estimation, which resul...unknown2002-07-241-3/+6
* | | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-249-30/+45
* | | mergeunknown2002-07-2311-48/+72
|\ \ \ | |/ / |/| |
| * | New SET syntax & system variables.unknown2002-07-2311-48/+72
* | | parallel repair: style fixupsunknown2002-07-211-2/+2
|/ /
* | parallel repair needs rec_buff local for thread !!!unknown2002-07-145-38/+48
* | yet another generalization for rec_buff handling, MI_INFO doesn't need rec_al...unknown2002-07-145-47/+50
* | mi_fix_rec_buff_for_blob() generalized a bitunknown2002-07-093-19/+16
* | Merge work:/home/bk/mysql-4.0unknown2002-07-011-3/+13
|\ \
| * \ Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-07-011-3/+13
| |\ \
| | * | Removed purify warningunknown2002-07-011-3/+13
* | | | added missing options to help text (myisamchk --help)unknown2002-07-011-8/+21
|/ / /
* | | post-merge fixunknown2002-06-302-3/+3
* | | Merge serg:/usr/home/serg/Abk/mysql-4.0unknown2002-06-303-41/+78
|\ \ \
| * \ \ mergedunknown2002-06-303-41/+78
| |\ \ \ | | |/ / | |/| |
| | * | added -H (--HELP) to myisamchk to get a list of all the options it accepts (i...unknown2002-06-301-0/+6
| | * | "myisamchk -p" for parallel recover works (no extensive testing though)unknown2002-06-303-36/+67
* | | | Merge work:/home/bk/mysql-4.0unknown2002-06-295-8/+19
|\ \ \ \ | |/ / /
| * | | Updated windows files (VC++ files and winmysqladmin).unknown2002-06-285-8/+19
* | | | Merge work:/home/bk/mysql-4.0unknown2002-06-281-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | parser bug of "phrase search" fixedunknown2002-06-281-2/+2
| |/ /
* | | Fixed bug in REPAIR table.unknown2002-06-281-1/+1
* | | Indentation cleanup & new commentsunknown2002-06-283-118/+195
* | | mergeunknown2002-06-271-1/+1
|\ \ \ | |/ / |/| |
| * | Removed mysql_ssl_clear() unknown2002-06-272-4/+4
* | | post-merge fixunknown2002-06-241-3/+3
|\ \ \
| * | | Fix for a very small type in myisamchk usage textunknown2002-06-241-3/+3
| |/ /
* | | mi_check T_xxx options massaged. T_REP_PARALLEL addedunknown2002-06-242-144/+158
* | | resolvingunknown2002-06-206-458/+1057
|\ \ \ | |/ / |/| |
| * | multithreaded repair-by-sort codeunknown2002-06-195-455/+1051