mariadb/myisam
ingo@mysql.com 4025d2965b Bug#9112 - Merge table with composite index producing invalid results with some queries
The problem was an ab-use of last_rkey_length.
Formerly we saved the packed key length (of the search key)
in this element. But in certain cases it got replaced by 
the (packed) result key length.
Now we use a new element of MI_INFO to save the packed key 
length of the search key.
2005-09-23 10:15:11 +02:00
..
.cvsignore
ChangeLog
ft_boolean_search.c
ft_eval.c
ft_eval.h
ft_nlq_search.c
ft_parser.c
ft_static.c
ft_stem.c
ft_stopwords.c
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h
fulltext.h
make-ccc
Makefile.am
mi_cache.c
mi_changed.c
mi_check.c
mi_checksum.c
mi_close.c
mi_create.c
mi_dbug.c Bug#9112 - Merge table with composite index producing invalid results with some queries 2005-09-23 10:15:11 +02:00
mi_delete.c
mi_delete_all.c
mi_delete_table.c
mi_dynrec.c
mi_extra.c
mi_info.c
mi_key.c
mi_locking.c
mi_log.c
mi_open.c
mi_packrec.c
mi_page.c
mi_panic.c
mi_range.c
mi_rename.c
mi_rfirst.c
mi_rkey.c Bug#9112 - Merge table with composite index producing invalid results with some queries 2005-09-23 10:15:11 +02:00
mi_rlast.c
mi_rnext.c
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Bug#9112 - Merge table with composite index producing invalid results with some queries 2005-09-23 10:15:11 +02:00
mi_static.c
mi_statrec.c
mi_test1.c
mi_test2.c
mi_test3.c
mi_test_all.res
mi_test_all.sh
mi_unique.c
mi_update.c
mi_write.c
myisam_ftdump.c
myisamchk.c
myisamdef.h Bug#9112 - Merge table with composite index producing invalid results with some queries 2005-09-23 10:15:11 +02:00
myisamlog.c
myisampack.c
NEWS
sort.c
test_pack
TODO