summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-1817-188/+368
* Update results for new varchar handlingmonty@mysql.com2004-12-071-1/+2
* Merge with new VARCHAR codemonty@mysql.com2004-12-0613-58/+77
|\
| * Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-0613-58/+77
* | Merge with 4.1monty@mysql.com2004-12-061-25/+41
|\ \
| * | myisam/mi_packrec.cserg@serg.mylan2004-12-021-11/+16
| * | one more test for corrupted compressed MyISAM tableserg@serg.mylan2004-12-011-18/+29
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2004-11-252-12/+8
|\ \ \ | |/ /
| * | bug#6784serg@serg.mylan2004-11-241-10/+6
| * | harmless "buffer overflow" fixedserg@serg.mylan2004-11-241-2/+2
* | | Merge serg.mylan:/usr/home/serg/Abk/mysql-4.1serg@serg.mylan2004-11-231-4/+6
|\ \ \ | |/ /
| * | use FT_MAX_WORD_LEN_FOR_SORT instead of HA_FT_MAXBYTELEN when calculatingserg@serg.mylan2004-11-231-4/+6
* | | mergedserg@serg.mylan2004-11-221-2/+2
|\ \ \ | |/ /
| * | mergedserg@serg.mylan2004-11-221-2/+2
| |\ \
| | * | "Table file %s was created in MySQL 4.1+" is an error, not a warningserg@serg.mylan2004-11-221-0/+4
| | * | ft_boolean_search.c:serg@serg.mylan2004-11-221-2/+2
* | | | mergedserg@serg.mylan2004-11-171-11/+11
|\ \ \ \ | |/ / /
| * | | mergedserg@serg.mylan2004-11-171-11/+11
| |\ \ \ | | |/ /
| | * | wrong constant fixed - boolean fulltext searches like "+something +smth*"serg@serg.mylan2004-11-121-10/+10
| | * | - Applied some Windows portability fixes for myisampack.c and sql_handler.cclenz@mysql.com2004-10-271-1/+1
* | | | Merge with 4.1monty@mysql.com2004-11-121-4/+5
|\ \ \ \ | |/ / /
| * | | After merge fixesmonty@mysql.com2004-11-121-4/+5
* | | | Merge avenger.(none):/export/brian/mysql/test/4.1brian@avenger.(none)2004-11-112-0/+9
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | mi_write: fix for ft2 when found word (in the tree) has different length as t...serg@serg.mylan2004-11-112-0/+9
* | | Merge with 4.1 to get in latest bug fixesmonty@mysql.com2004-11-042-3/+7
|\ \ \ | |/ /
| * | A fix (bug #6309: myisamchk compiled without debug support , --help shows vis...ram@gw.mysql.r18.ru2004-11-021-2/+6
| * | proper max_records estimation for sort-repair of fulltext indexesserg@serg.mylan2004-10-291-1/+1
* | | merge with 4.1monty@mysql.com2004-10-2913-39/+117
|\ \ \ | |/ /
| * | don't hang if the text contains illegal charactersserg@serg.mylan2004-10-251-2/+2
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-10-221-1/+1
| |\ \
| | * | - applied portability fix for Windows (1ULL -> ULL(1)) to myisampack.clenz@mysql.com2004-10-221-1/+1
| * | | correct fix for the bug #6151serg@serg.mylan2004-10-221-1/+1
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-10-223-1/+8
| |\ \ \ | | |/ /
| | * | Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-223-1/+8
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-10-224-9/+32
| |\ \ \ | | |/ /
| | * | Merge with 4.0monty@mysql.com2004-10-201-7/+27
| | |\ \ | | | |/
| | | * Code cleanups (done during review of new code)monty@mysql.com2004-10-201-7/+5
| | | * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0sergefp@mysql.com2004-10-111-8/+30
| | | |\
| | | | * Fix for BUG#4785 part two:sergefp@mysql.com2004-09-291-8/+30
| | * | | Review of all code pushed since last reviewmonty@mishka.local2004-10-203-2/+5
| * | | | s/puts/printf/serg@serg.mylan2004-10-211-5/+5
| |/ / /
| * | | Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1monty@mysql.com2004-10-071-14/+18
| |\ \ \ | | |/ /
| | * | Code cleanups while doing review of pushed codemonty@mysql.com2004-10-061-14/+18
| * | | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-065-20/+61
| |\ \ \ | | |/ /
| | * | Reverted patch for new usage of open_count as it caused more problems than it...monty@mysql.com2004-10-062-85/+41
| | |/
| | * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0sergefp@mysql.com2004-09-223-6/+15
| | |\
| | | * Fix for BUG#4785:sergefp@mysql.com2004-09-223-6/+15
| | * | bug#2831 - --extenral-locking does not fully work with --myisam-recover.ingo@mysql.com2004-09-182-5/+81
| | |/
| * | Fix for bug #5532 (error 22 inserting GIS data)hf@deer.(none)2004-09-151-4/+7
* | | Merge with 4.1monty@mysql.com2004-09-068-89/+161
|\ \ \ | |/ /