mariadb/myisam
unknown d59e2b8f24 - fixed several typos ("uppdate"->"update" and "tryed"->"tried")
extra/comp_err.c:
   - fixed typo: "uppdate" -> "update"
heap/hp_test2.c:
   - fixed typo: "uppdate" -> "update"
   - fixed typo: "tryed" -> "tryed"
isam/test2.c:
   - fixed typo: "uppdate" -> "update"
   - fixed typo: "tryed" -> "tryed"
myisam/mi_test2.c:
   - fixed typo: "uppdate" -> "update"
   - fixed typo: "tryed" -> "tryed"
2003-09-19 18:34:57 +02:00
..
.cvsignore
ChangeLog
ft_boolean_search.c bug #942. docid == ftb->lastpos in join on looping over nested table 2003-07-31 13:45:35 +02:00
ft_dump.c snprintf compatibility fix 2003-08-12 15:28:36 +02:00
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 Merge bk-internal:/home/bk/mysql-4.0/ 2003-08-26 23:57:14 +02: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 post-merge fixes 2003-08-28 13:14:54 +02: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 more sanity checks for compressed files, BUG#770 2003-09-02 16:49:00 +02: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 Fix for #712 with Serg's suggestions 2003-07-19 18:17:29 +05: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