mariadb/myisam
unknown 08d7d5cf33 Patch from sleepycat to fix problem with BDB and log files
Print full command name to log files
Convert table type to supported onces on ALTER TABLE


Docs/manual.texi:
  Updates from user comments
bdb/log/log_rec.c:
  Patch from sleepycat to fix problem with log files
innobase/ibuf/Makefile.am:
  Don't let make do bk get
innobase/include/Makefile.am:
  Don't let make do bk get
man/Makefile.am:
  Don't let make do bk get
myisam/mi_dbug.c:
  Print warning to debug log
mysql-test/mysql-test-run.sh:
  Don't use innobase in replica
mysql-test/r/null_key.result:
  Fix for new key lengths
sql/ha_innobase.cc:
  Free hash cache at end
sql/log.cc:
  Print full command name to log files
sql/sql_table.cc:
  Convert table type to supported onces on ALTER TABLE
2001-03-06 20:38:53 +02:00
..
Attic Import changeset 2000-07-31 21:29:14 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
ft_eval.c Merge monty@work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-08-18 17:38:57 +03:00
ft_eval.h Import changeset 2000-07-31 21:29:14 +02:00
ft_parser.c ft_parser.c minor bug that causes slightly incorrect weights and was found only by occation fixed 2000-11-09 11:38:07 +01:00
ft_search.c errmsg.txt translated 2000-11-28 18:11:18 +01:00
ft_static.c Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
ft_stem.c Import changeset 2000-07-31 21:29:14 +02:00
ft_stopwords.c Fix for SAFE_MUTEX + MERGE tables 2000-09-21 01:58:38 +03:00
ft_test1.c myisam/ft_* bugfix 2000-08-18 15:05:36 +04:00
ft_test1.h Import changeset 2000-07-31 21:29:14 +02:00
ft_update.c Automatic repair of MyISAM tables + portability fixes 2000-10-11 00:06:37 +03:00
ftdefs.h Import changeset 2000-07-31 21:29:14 +02:00
fulltext.h Stopwords (English only); fulltext keys now can be repaired 2000-08-25 19:56:55 +04:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Add --with-server-suffix (MYSQL_SERVER_SUFFIX). 2001-01-19 02:46:13 +02:00
mi_cache.c Changed --replace to --replace_result in mysqltest 2001-02-15 03:43:14 +02:00
mi_changed.c Import changeset 2000-07-31 21:29:14 +02:00
mi_check.c Fixed that myisamchk -R works on text columns 2001-02-18 01:39:09 +02:00
mi_checksum.c Import changeset 2000-07-31 21:29:14 +02:00
mi_close.c Fixed bug in CHECK TABLE ... EXTENDED 2001-01-16 15:02:25 +02:00
mi_create.c Fixed bug when having many binary log files 2001-01-08 00:04:30 +02:00
mi_dbug.c Patch from sleepycat to fix problem with BDB and log files 2001-03-06 20:38:53 +02:00
mi_delete.c Fixed bug when having many binary log files 2001-01-08 00:04:30 +02:00
mi_delete_all.c Import changeset 2000-07-31 21:29:14 +02:00
mi_delete_table.c New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
mi_dynrec.c Changed --replace to --replace_result in mysqltest 2001-02-15 03:43:14 +02:00
mi_extra.c Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
mi_info.c Fixed bug in CHECK TABLE ... EXTENDED 2001-01-16 15:02:25 +02:00
mi_key.c New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
mi_locking.c Fixed problem with auto-repair of MyISAM tables 2000-11-21 03:43:34 +02:00
mi_log.c Fixes for release 2000-09-27 02:40:54 +03:00
mi_open.c Fixed test when exeeding file quota on write 2001-01-15 17:17:43 +02:00
mi_packrec.c Import changeset 2000-07-31 21:29:14 +02:00
mi_page.c Fixes for automatic recover of MyISAM tables 2000-10-17 16:19:24 +03:00
mi_panic.c Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
mi_range.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rename.c Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
mi_rfirst.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rkey.c Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
mi_rlast.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rnext.c Fixed problem with auto-repair of MyISAM tables 2000-11-21 03:43:34 +02:00
mi_rnext_same.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rprev.c Fixed problem with concurrent inserts and read-previous 2001-02-18 13:56:10 +02:00
mi_rrnd.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rsame.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rsamepos.c Import changeset 2000-07-31 21:29:14 +02:00
mi_scan.c Import changeset 2000-07-31 21:29:14 +02:00
mi_search.c Fixed bug when having many binary log files 2001-01-08 00:04:30 +02:00
mi_static.c Fix that REPAIR/ALTER TABLE use myisam_tempdir 2000-09-16 19:06:21 +03:00
mi_statrec.c Import changeset 2000-07-31 21:29:14 +02:00
mi_test1.c Import changeset 2000-07-31 21:29:14 +02:00
mi_test2.c Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
mi_test3.c Import changeset 2000-07-31 21:29:14 +02:00
mi_test_all.res Import changeset 2000-07-31 21:29:14 +02:00
mi_test_all.sh Import changeset 2000-07-31 21:29:14 +02:00
mi_unique.c Import changeset 2000-07-31 21:29:14 +02:00
mi_update.c Import changeset 2000-07-31 21:29:14 +02:00
mi_write.c Import changeset 2000-07-31 21:29:14 +02:00
myisamchk.c Fixed that myisamchk -R works on text columns 2001-02-18 01:39:09 +02:00
myisamdef.h Fixed that myisamchk -R works on text columns 2001-02-18 01:39:09 +02:00
myisamlog.c Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
myisampack.c Added "--character-sets-dir" to myisampack 2001-02-07 23:42:43 +02:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
sort.c Give an error if you use a BLOB(X) where X > 255 2000-10-22 01:19:05 +03:00
test_pack Import changeset 2000-07-31 21:29:14 +02:00
TODO Import changeset 2000-07-31 21:29:14 +02:00