mariadb/myisam
2003-09-24 14:33:23 +03:00
..
.cvsignore
ChangeLog
ft_boolean_search.c
ft_dump.c
ft_eval.c
ft_eval.h
ft_nlq_search.c FT-NL bugfix - ignore words that appear more than in 2mio rows to avoid tree overflow. 2003-08-19 20:53:45 +02:00
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 More explicit error messages from myisamchk 2003-09-16 14:45:42 +03:00
mi_checksum.c
mi_close.c
mi_create.c Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
mi_dbug.c
mi_delete.c
mi_delete_all.c
mi_delete_table.c
mi_dynrec.c More explicit error messages from myisamchk 2003-09-16 14:45:42 +03:00
mi_extra.c
mi_info.c
mi_key.c
mi_locking.c Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows. 2003-09-05 06:42:55 +03:00
mi_log.c
mi_open.c Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows. 2003-09-05 06:42:55 +03:00
mi_packrec.c Correct fix for buffer overruns for compressed blobs. 2003-09-24 14:33:23 +03:00
mi_page.c
mi_panic.c
mi_range.c
mi_rename.c
mi_rfirst.c
mi_rkey.c
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 Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
mi_static.c
mi_statrec.c
mi_test1.c
mi_test2.c - fixed several typos ("uppdate"->"update" and "tryed"->"tried") 2003-09-19 18:34:57 +02:00
mi_test3.c
mi_test_all.res
mi_test_all.sh Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
mi_unique.c
mi_update.c Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows. 2003-09-05 06:42:55 +03:00
mi_write.c Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
myisamchk.c do not try to "analyze" or "sort index" in the table that has no indexes or no records if --check-only-changed option is used. 2003-08-27 00:58:42 +02:00
myisamdef.h Correct fix for buffer overruns for compressed blobs. 2003-09-24 14:33:23 +03:00
myisamlog.c Fixed a very rarge memory overrun bug in the myisamlog program. 2003-08-26 22:02:58 +03:00
myisampack.c s/\t/ / in command-line help text 2003-09-02 08:37:27 +02:00
NEWS
sort.c
test_pack
TODO