summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/psergey/mysql-4.1-bug13814sergefp@mysql.com2005-11-081-0/+3
|\
| * Fix for BUG#13814: in mi_pack_key(), when processing NULL value for TINYBLOB ...sergefp@mysql.com2005-10-281-0/+3
* | Review of new pushed codemonty@mysql.com2005-11-011-1/+1
|/
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2005-10-252-5/+8
|\
| * Changed some dbug print options.jani@ua141d10.elisa.omakaista.fi2005-10-252-5/+8
* | Added more tests for new UPDATE ... ORDER BY ... LIMIT optimizationmonty@mysql.com2005-10-254-32/+32
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2005-10-234-28/+211
|\ \ | |/ |/|
| * BUG#9622: post-review-fixes: better commentssergefp@mysql.com2005-10-231-22/+32
| * BUG#9622, stage 2, work together with fix for BUG#12232:sergefp@mysql.com2005-10-214-21/+194
* | Merge mysql.com:/usr/home/ram/work/mysql-4.0ramil@mysql.com2005-10-131-1/+1
|\ \ | |/ |/|
| * memcpy_overlap() removed, as ramil@mysql.com2005-10-121-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-10-072-22/+27
|\ \
| * | Review of new code since last pullmonty@mysql.com2005-10-072-22/+27
* | | Fix for BUG#13582. Theoretically possible to try to overallocate RAM in some...dean@mysql.com2005-09-281-1/+2
|/ /
* | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-09-264-7/+21
|\ \
| * \ Merge mysql.com:/home/mydev/mysql-4.0-4000ingo@mysql.com2005-09-234-7/+21
| |\ \ | | |/
| | * Bug#9112 - Merge table with composite index producing invalid results with so...ingo@mysql.com2005-09-234-7/+21
* | | BUG#12232: Addressing docs team feedback: s/inequal/unequal/sergefp@mysql.com2005-09-242-4/+4
|/ /
* | Fix compiler error: C++ code in C sergefp@mysql.com2005-09-211-1/+1
* | Merge mysql.com:/home/psergey/bk-trees/mysql-4.1sergefp@mysql.com2005-09-212-14/+43
|\ \
| * | BUG#12232: Add a server option to treat NULL values as equal when calculating...sergefp@mysql.com2005-09-212-14/+43
* | | Bug#12920 - key_read_requests counter appears to re-setingo@mysql.com2005-09-141-4/+6
* | | Merge mysql.com:/home/mydev/mysql-4.0-4000ingo@mysql.com2005-09-141-4/+4
|\ \ \ | |/ / |/| / | |/
| * Bug#12920 - key_read_requests counter appears to re-setingo@mysql.com2005-09-141-2/+4
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ramil@mysql.com2005-09-055-82/+69
|\ \
| * | a fix (bug #4214: Table corruption with myisampack and large BLOB objects).ramil@mysql.com2005-09-055-82/+69
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-7156jimw@mysql.com2005-08-311-3/+3
|\ \ \
| * | | Add test for madvise() being declared in C++ code, because it is notjimw@mysql.com2005-08-311-3/+3
* | | | Bug#12565 - ERROR 1034 when running simple UPDATE or DELETE on large MyISAM t...ingo@mysql.com2005-08-291-9/+23
* | | | Merge deer.(none):/home/hf/work/mysql-4.1.9645hf@deer.(none)2005-08-272-2/+20
|\ \ \ \ | |/ / /
| * | | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0jani@a193-229-222-105.elisa-laajakaista.fi2005-08-252-2/+20
| |\ \ \ | | |/ / | |/| / | | |/
| | * Several fixes for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-08-243-2/+23
* | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2005-08-221-9/+13
|\ \ \ | |/ / |/| |
| * | Fix for bug #9465 (check table extended fails with SPATIAL)hf@deer.(none)2005-08-091-9/+13
* | | Make sure to clean up temporary files in myisampack even when thejimw@mysql.com2005-08-121-0/+8
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-08-081-0/+1
|\ \
| * | Fixed compiler warningsmonty@mysql.com2005-07-281-0/+1
* | | After merge fix.svoj@mysql.com2005-08-021-1/+1
* | | Merge mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.0svoj@mysql.com2005-08-021-6/+8
|\ \ \ | |/ / |/| / | |/
| * BUG#11684 fix.svoj@mysql.com2005-08-021-6/+8
* | Fix for bug #10893 (myisamchk fails on packed spatial)hf@deer.(none)2005-07-231-2/+4
* | Added some missing casts and changed a define for alloca().jani@a193-229-222-105.elisa-laajakaista.fi2005-07-201-2/+3
* | Makefile.am:kent@mysql.com2005-07-051-1/+2
* | Don't allow 8bytes for data file pointers for now.jani@ua141d10.elisa.omakaista.fi2005-06-301-0/+3
* | Fixed Bug#11226 and reverted fix for Bug#6993.jani@ua141d10.elisa.omakaista.fi2005-06-301-4/+3
* | Cleanup during review of new codemonty@mishka.local2005-06-211-1/+1
* | Fix hang/crash with Boolean full-text search against an unindexed field forjimw@mysql.com2005-06-171-1/+1
* | Bug #8183 MERGE and SYM cause wrong SHOW CREATE TABLE reggie@mdk10.(none)2005-06-091-2/+2
* | Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1monty@mysql.com2005-06-071-0/+8
|\ \ | |/
| * Bug #10901mronstrom@mysql.com2005-06-031-2/+4