mariadb/myisam
unknown 518a621adf Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and
a lot of portability issues.


Docs/manual.texi:
  Changed FOREIGN KEY to FOREIGN KEY constraint
client/mysqladmin.c:
  Don't flush MASTER or SLAVE on refresh
configure.in:
  Fix for hpux 11.0
extra/perror.c:
  New error message
include/my_pthread.h:
  Portability fix for windows
myisam/mi_locking.c:
  Ensure that locking doesn't interfere with pread/pwrite on windows
myisam/sort.c:
  checked with purecover
mysys/mf_tempfile.c:
  Fix for windows
mysys/my_lock.c:
  Ensure that locking doesn't interfere with pread/pwrite on windows
mysys/my_winthread.c:
  Portability fix
sql-bench/Results/ATIS-mysql-NT_4.0:
  New benchmark runs
sql-bench/Results/RUN-mysql-NT_4.0:
  New benchmark runs
sql-bench/Results/alter-table-mysql-NT_4.0:
  New benchmark runs
sql-bench/Results/big-tables-mysql-NT_4.0:
  New benchmark runs
sql-bench/Results/connect-mysql-NT_4.0:
  New benchmark runs
sql-bench/Results/create-mysql-NT_4.0:
  New benchmark runs
sql-bench/Results/insert-mysql-NT_4.0:
  New benchmark runs
sql-bench/Results/select-mysql-NT_4.0:
  New benchmark runs
sql-bench/Results/wisconsin-mysql-NT_4.0:
  New benchmark runs
sql-bench/crash-me.sh:
  Fixed things for PostgreSQL
sql-bench/limits/mysql-3.23.cfg:
  Update for new crash-me
sql-bench/limits/mysql.cfg:
  Update for new crash-me
sql-bench/print-limit-table:
  Fixed position for alter table rename
sql-bench/test-insert.sh:
  Fix for PostgreSQL
sql/field.cc:
  Fix for default values in CREATE ... SELECT
sql/field.h:
  Fix for default values in CREATE ... SELECT
sql/log.cc:
  Fixed typo
sql/log_event.cc:
  Portability fix
sql/mysqlbinlog.cc:
  Portability fix
sql/mysqld.cc:
  Don't turn of concurrent insert with --skip-new or --safe
sql/sql_base.cc:
  Portability fix
sql/sql_class.cc:
  Portability fix
sql/sql_class.h:
  Portability fix
sql/sql_parse.cc:
  Fix for --log-slow-queries
sql/sql_repl.cc:
  Portability fixes
sql/sql_select.cc:
  Fixed optimizer bug for LEFT JOIN
sql/sql_select.h:
  Fixed optimizer bug for LEFT JOIN
sql/sql_table.cc:
  Fix for default values in CREATE ... SELECT
sql/sql_yacc.yy:
  Added optional AS to: CREATE TABLE foo [ AS ] SELECT ...
2000-10-14 03:16:35 +03:00
..
Attic Import changeset 2000-07-31 21:29:14 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog Bug fixes for 3.23.23 2000-08-29 12:31:01 +03: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 sql_table.cc key length limit check disabled for FULLTEXT 2000-10-04 17:26:31 +02:00
ft_search.c Fixes for FULLTEXT and TIME type 2000-09-13 01:08:34 +03: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 Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
mi_cache.c Import changeset 2000-07-31 21:29:14 +02:00
mi_changed.c Import changeset 2000-07-31 21:29:14 +02:00
mi_check.c Automatic repair of MyISAM tables + portability fixes 2000-10-11 00:06:37 +03:00
mi_checksum.c Import changeset 2000-07-31 21:29:14 +02:00
mi_close.c Small fixes for release 2000-09-26 22:39:45 +03:00
mi_create.c Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
mi_dbug.c Updates for release 2000-08-29 19:38:32 +03:00
mi_delete.c Small bug fixes + code for DELETE QUICK 2000-09-20 04:54:10 +03:00
mi_delete_all.c Import changeset 2000-07-31 21:29:14 +02:00
mi_delete_table.c Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
mi_dynrec.c Import changeset 2000-07-31 21:29:14 +02:00
mi_extra.c Small fixes for release 2000-09-26 22:39:45 +03:00
mi_info.c Import changeset 2000-07-31 21:29:14 +02:00
mi_key.c Small bug fixes 2000-09-07 04:55:17 +03:00
mi_locking.c Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and 2000-10-14 03:16:35 +03:00
mi_log.c Fixes for release 2000-09-27 02:40:54 +03:00
mi_open.c Automatic repair of MyISAM tables + portability fixes 2000-10-11 00:06:37 +03:00
mi_packrec.c Import changeset 2000-07-31 21:29:14 +02:00
mi_page.c Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +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 Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
mi_rnext_same.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rprev.c Bug fixes for 3.23.23 2000-08-29 12:31:01 +03: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 Fixes for MyISAM and packed keys + AIX 2000-09-22 01:46:26 +03: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 Automatic repair of MyISAM tables + portability fixes 2000-10-11 00:06:37 +03:00
myisamdef.h Fixes for release 2000-09-27 02:40:54 +03:00
myisamlog.c Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
myisampack.c Force bitkeeper into sync 2000-08-18 17:38:24 +03:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
sort.c Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and 2000-10-14 03:16:35 +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