summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed warnings from valgrind (not a bug)monty@mysql.com2004-04-061-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-04-053-44/+58
|\ \ \
| * | | Fixed many compiler warningsmonty@mysql.com2004-04-053-44/+58
* | | | cleanup of ha_myisam::deactivate_non_unique_index() and Co.serg@serg.mylan2004-04-023-12/+13
|/ / /
* | | Merge with 4.0 to get lastest bug fixesmonty@mysql.com2004-03-291-1/+7
|\ \ \ | |/ /
| * | Allow keys with 0 segements in MyISAMmonty@mysql.com2004-03-261-1/+7
| * | Fix for #3067hf@deer.(none)2004-03-241-2/+3
* | | Cleanups & safety fixesmonty@mysql.com2004-03-251-0/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-03-2510-55/+94
|\ \ \
| * | | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYmonty@mysql.com2004-03-2510-55/+94
* | | | Fix for #3067 (REPAIR TABLE reenables disabled keys)hf@deer.(none)2004-03-221-3/+4
|/ / /
* | | WL#1648 - Start/Stop Inserting Duplicates Into a Tableingo@mysql.com2004-03-181-0/+31
* | | merge fixes (use old code)monty@mysql.com2004-03-184-7/+11
|\ \ \
| * \ \ merge with 4.0monty@mysql.com2004-03-171-1/+1
| |\ \ \ | | |/ /
| | * | Fix usage line.paul@teton.kitebird.com2004-03-161-1/+1
| * | | merge with 4.0monty@mysql.com2004-03-163-6/+10
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Merge with 3.23 to get patch for floor()monty@mysql.com2004-03-121-1/+3
| | |\
| | | * fixed bug #2762 "grammar error in myisam/mi_check.c"vva@eagle.mysql.r18.ru2004-02-161-1/+3
| | | * ixed overflow bug in MyISAM and ISAM when using packed tables with a lot of f...monty@narttu.mysql.fi2003-08-282-1/+3
| | * | --set-character-set and --character-sets-dir in myisamchk now workserg@serg.mylan2004-02-241-2/+2
| | * | ftb +(+(many -parens)) bug fixedserg@serg.mylan2004-02-221-3/+5
* | | | Fix typo.paul@teton.kitebird.com2004-03-171-1/+1
|/ / /
* | | bug#3011 - multi-byte charset in fulltextserg@serg.mylan2004-02-291-5/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2004-02-221-13/+17
|\ \ \
| * \ \ merge with 4.0monty@mashka.mysql.fi2004-02-221-13/+17
| |\ \ \ | | |/ /
| | * | portability fixesserg@serg.mylan2004-02-211-16/+20
* | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-02-201-36/+3
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2004-02-191-36/+3
| |\ \ \
| | * | | Max open files handling moved to my_set_max_open_files()monty@mashka.mysql.fi2004-02-191-36/+3
* | | | | Fix for #2237 and #2490 (analyze and check for RTree keys)hf@deer.(none)2004-02-191-2/+6
|/ / / /
* | | | missing semicolonserg@serg.mylan2004-02-171-1/+1
* | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2004-02-172-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | ft_boolean_syntax made changeableserg@serg.mylan2004-02-162-1/+21
* | | | Merge with public treemonty@mysql.com2004-02-165-47/+118
|\ \ \ \ | |/ / / |/| | |
| * | | Merge with 4.0.18monty@mysql.com2004-02-115-47/+118
| |\ \ \ | | |/ /
| | * | - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to thelenz@mysql.com2004-02-032-3/+3
| | * | two more bugfixes for "space stripping in MyISAM indexes"serg@serg.mylan2004-01-211-1/+1
| | * | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-01-203-11/+20
| | |\ \
| | | * | two bugs in parallel repair fixedserg@serg.mylan2004-01-203-11/+20
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-01-191-33/+95
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fixed table crash bug when updating row > 16M (Bug #2159)monty@mysql.com2004-01-151-33/+95
| | * | | an obvious bug in _mi_key_cmp fixed (BUG#2295 - range on blobs)serg@serg.mylan2004-01-151-4/+6
| | |/ /
* | | | bug#2708serg@serg.mylan2004-02-152-40/+48
|/ / /
* | | mergemonty@mysql.com2004-02-059-29/+0
|\ \ \
| * \ \ mergemonty@mysql.com2004-01-202-5/+5
| |\ \ \
| * | | | Code cleanupmonty@mysql.com2004-01-199-29/+0
* | | | | just tried to find all 'skipp' and replace it with 'skip'.ram@gw.mysql.r18.ru2004-02-029-37/+37
| |/ / / |/| | |
* | | | trivial FT2 bug in mi_write fixedserg@serg.mylan2004-01-181-1/+1
* | | | checking 2nd level of FT index destroyed info->lastkey and CHECK TABLE errone...serg@serg.mylan2004-01-121-4/+4
|/ / /
* | | Fixes after merge with 4.0monty@mysql.com2003-12-191-2/+3