summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* fixed "huge number of packed rows in MyISAM" bug in 4.0 treeunknown2002-10-281-1/+2
* less restrictive test for max key length in mi_createunknown2002-10-231-1/+1
* truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CH...unknown2002-10-221-4/+5
* ftb wasn't able to re-initialize index search (oops! in joins)unknown2002-10-191-1/+2
* some DBUG_ENTER/RETURN macro addedunknown2002-10-183-14/+22
* Fixes after last merge.unknown2002-10-161-0/+5
* Merge with 3.23.54unknown2002-10-161-1/+1
|\
| * Fixed missing table_list->name -> table_list->alias convertunknown2002-10-081-1/+1
| * Fixed bug with GROUP BY on NULL fields.unknown2002-08-052-2/+7
| * bugfix: uniques did not contributed to MYI tot_length estimation, which resul...unknown2002-07-251-0/+3
* | Mergeunknown2002-10-091-2/+4
|\ \
| * | fixed repair_by_sort FULLTEXT bugunknown2002-10-091-2/+4
* | | Merge mysql.com:/my/mysql-4.0unknown2002-10-081-2/+2
|\ \ \ | |/ /
| * | Small fixes in mysql and myisampackunknown2002-10-041-2/+2
* | | - Applied required modifications for automake 1.5unknown2002-10-011-11/+0
|/ /
* | fixed bug in myisamchk -R modeunknown2002-09-252-5/+4
* | Added code to flush a bulk_insert index.unknown2002-09-181-1/+11
* | ft-boolean + ORDER BY (ftb tree reusing) bugunknown2002-09-171-2/+20
* | max_key_length MyISAM bugfixunknown2002-09-101-1/+2
* | mergedunknown2002-09-041-1/+1
|\ \
| * | Some trivial optimzationsunknown2002-09-031-1/+1
| * | LOCK+change+OPTIMIZE MyISAM bugunknown2002-08-311-2/+2
| * | A nasty fix when all rows are deleted with a write lockunknown2002-08-301-2/+2
* | | wrong test for -q/-qq (T_QUICK/T_FORCE_UNIQUENESS) in myisamchk correctedunknown2002-09-041-2/+2
|/ /
* | 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