summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1hf@deer.(none)2004-05-2718-1/+83
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merginghf@deer.(none)2004-05-2718-1/+83
| | |\ \ \
| | | * | | WL#1163 (To make spatial code optional)hf@deer.(none)2004-03-152-0/+4
| | | * | | WL#1163 To make spatial code optionalhf@deer.(none)2004-03-1218-1/+79
| * | | | | Portability fixesmonty@mysql.com2004-05-271-3/+5
| |/ / / /
| * | | | Changed prototype of killed_ptr() to make it more portablemonty@mysql.com2004-05-262-4/+14
* | | | | Merging 4.1 to 5.0.pem@mysql.com2004-05-2612-146/+228
|\ \ \ \ \ | |/ / / /
| * | | | merge with 4.0 to get Netware patches and fixes for libmysqld.dllmonty@mysql.com2004-05-253-0/+11
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-253-0/+11
| | |\ \ \
| | | * | | Added patches from Novellmonty@mysql.com2004-05-253-0/+11
| | * | | | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-191-1/+1
| | |/ / /
| * | | | Support for character set conversion in binary protocol: another gokonstantin@mysql.com2004-05-251-1/+1
| * | | | bug in repair_by_sort of fulltext indexes that contained identicalserg@serg.mylan2004-05-231-4/+3
| * | | | Portability fixesmonty@mysql.com2004-05-192-3/+4
| * | | | Merge with 4.0.20monty@mysql.com2004-05-171-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-05-103-21/+22
| | |\ \ \
| | | * | | backport from 4.1:serg@serg.mylan2004-05-103-21/+22
| | * | | | A DBUG_RETURN to match a DBUG_ENTERguilhem@mysql.com2004-05-061-1/+1
| | |/ / /
| * | | | key_cmp -> key_cmp_if_samemonty@mishka.local2004-05-164-135/+122
| | |_|/ | |/| |
| * | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2004-05-072-2/+86
| |\ \ \
| | * | | WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again).ingo@mysql.com2004-05-062-2/+86
* | | | | Merge 4.1 -> 5.0pem@mysql.com2004-05-078-25/+61
|\ \ \ \ \ | |/ / / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-05-051-2/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | after merge fixesmonty@mysql.com2004-05-051-2/+2
| | * | | Merge with 4.0.19monty@mysql.com2004-05-051-1/+6
| | |\ \ \ | | | |/ /
| | | * | --ft-stopword-file option for myisamchkserg@serg.mylan2004-04-301-1/+5
| * | | | Windows fixes for VC++ compiler compabilitymiguel@hegel.local2004-05-051-1/+1
| |/ / /
| * | | myisam_data_pointer_sizeserg@serg.mylan2004-05-013-3/+5
| * | | postreview fixesserg@serg.mylan2004-04-291-16/+13
| * | | after-merge fix: make concurrent-insert-skip code ft2-awareserg@serg.mylan2004-04-272-7/+18
| * | | After merge fixesmonty@mishka.local2004-04-272-6/+7
| * | | Merge with 4.0monty@mishka.local2004-04-262-3/+22
| |\ \ \ | | |/ /
| | * | made fulltext search aware of concurrent insertsserg@serg.mylan2004-04-052-6/+27
| * | | always call start_bulk_insert, clarify this behaviour in comment blockserg@serg.mylan2004-04-081-0/+1
* | | | Merge 4.1 -> 5.0.pem@mysql.com2004-04-0721-266/+437
|\ \ \ \ | |/ / /
| * | | 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