summaryrefslogtreecommitdiff
path: root/myisam/mi_search.c
Commit message (Expand)AuthorAgeFilesLines
* Merge chilla.local:/home/mydev/mysql-4.1-axmrgunknown2007-03-281-7/+35
|\
| * Bug#26231 - select count(*) on myisam table returns wrong valueunknown2007-03-161-7/+35
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-7/+7
|\ \
| * | Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-7/+7
* | | my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | | Many files:unknown2006-12-231-2/+1
|/ /
* | Manual mergeunknown2006-03-301-7/+4
|\ \ | |/
| * Fix error in prefix compression of keys in MyISAM when key length changed fro...unknown2006-03-301-7/+4
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1unknown2005-10-271-9/+9
|\ \ | |/
| * Added more tests for new UPDATE ... ORDER BY ... LIMIT optimizationunknown2005-10-251-9/+9
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1-tmpunknown2005-10-131-1/+1
|\ \ | |/
| * Merge mysql.com:/usr/home/ram/work/mysql-4.0unknown2005-10-131-1/+1
| |\
| | * memcpy_overlap() removed, as unknown2005-10-121-1/+1
* | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1unknown2005-10-101-20/+25
|\ \ \ | |/ /
| * | Review of new code since last pullunknown2005-10-071-20/+25
* | | Merge mysql.com:/home/mydev/mysql-4.1-4100unknown2005-09-231-3/+13
|\ \ \ | |/ /
| * | Merge mysql.com:/home/mydev/mysql-4.0-4000unknown2005-09-231-3/+13
| |\ \ | | |/
| | * Bug#9112 - Merge table with composite index producing invalid results with so...unknown2005-09-231-3/+13
* | | Merge mysql.com:/home/mydev/mysql-4.1-4100unknown2005-08-291-9/+23
|\ \ \ | |/ /
| * | Bug#12565 - ERROR 1034 when running simple UPDATE or DELETE on large MyISAM t...unknown2005-08-291-9/+23
* | | Bug#10932 - Building server with key limit of 128, makes test cases failunknown2005-07-191-1/+1
* | | Mergeunknown2005-04-161-8/+43
|\ \ \ | |/ /
| * | Bug#9188 - Corruption Can't open file: 'table.MYI' (errno: 145)unknown2005-04-081-8/+43
* | | After merge fixesunknown2004-12-311-14/+14
* | | WL#1895 - Print message to error log in case of detected MyISAM corruptionunknown2004-12-231-2/+15
* | | Add 0x before pointers (to help with debugging)unknown2004-12-181-2/+4
* | | Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-5/+5
|/ /
* | space-stripping in _mi_prefix_search: BUG#5284unknown2004-08-301-3/+2
* | Bug#4521: unique key prefix interacts poorly with utf8. unknown2004-08-191-3/+12
* | manually mergedunknown2004-08-181-25/+27
|\ \ | |/
| * Fixed some DBUG_PRINT format problems.unknown2004-07-261-25/+28
| * Fixed a probable typo. Unfortunately we will not be able to test this ;-)unknown2004-07-261-1/+1
| * two more bugfixes for "space stripping in MyISAM indexes"unknown2004-01-211-1/+1
| * an obvious bug in _mi_key_cmp fixed (BUG#2295 - range on blobs)unknown2004-01-151-4/+6
| * Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-6/+19
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* | Fix skipp -> skip once and for all.unknown2004-06-031-2/+2
* | Cleanups & safety fixesunknown2004-03-251-0/+1
* | BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-42/+81
* | Manual merge after improving concurrency for key cache reassignmentunknown2003-10-011-5/+5
|\ \
| * | set_var.cc, mysqld.cc, handler.cc, set_var.h, handler.h:unknown2003-08-091-5/+5
* | | merge with 4.0.15unknown2003-08-291-2/+8
|\ \ \ | |/ / |/| / | |/
| * Fixed some varnings from valgrindunknown2003-08-201-2/+8
* | After merge fixesunknown2003-05-211-2/+2
* | Merge with 4.0.13unknown2003-05-191-0/+31
|\ \ | |/
| * Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-0/+31
* | merge with 4.0.9unknown2003-01-091-3/+5
|\ \ | |/
| * Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-10/+37
| * make SEARCH_PREFIX to work with complex (use_coll) charsets, namely latin1_deunknown2002-08-051-1/+2
* | support for HA_READ_PREFIX_LAST_OR_PREV in headresunknown2002-10-251-1/+1