mariadb/myisam
unknown fe1842d9ee Symlinking of tables should not work.
Fixed error number handling bug in mysqltest.
Fixed that error number from insert delayed is reported correctly.
merged new vio code with old violite code.


client/mysqltest.c:
  Fixed bug that error numbers wasn't tested properly.
myisam/mi_check.c:
  Moved initialization of variables to avoid a bug.
myisam/mi_create.c:
  Fixed bug in symlink handling.
myisam/mi_test_all.sh:
  Fixed script so that it works.
myisam/myisamchk.c:
  Removed --no-symlinks option
mysql-test/mysql-test-run.sh:
  Cleaned up error message
mysql-test/t/bdb.test:
  Fixed wrong error numbers
mysql-test/t/err000001.test:
  Fixed wrong error numbers
mysql-test/t/innodb.test:
  Fixed wrong error numbers
mysql-test/t/overflow.test:
  Fixed wrong error numbers
mysql-test/t/status.test:
  Ensure that we are using myisam tables for the lock test.
mysys/my_delete.c:
  cleanup
mysys/my_symlink2.c:
  Added option to not overwrite files when using symlinks.
sql/Makefile.am:
  Moved vio to avoid link error.
sql/ha_myisam.cc:
  Fixed symlink handling.
sql/mysqld.cc:
  Changed --skip-symlinks to --skip-symlink
sql/sql_insert.cc:
  Fixed that error number from insert delayed is reported correctly
sql/sql_parse.cc:
  Fixed symlink handling.
sql/sql_table.cc:
  Fixed symlink handling.
vio/vio.c:
  cleanup
vio/viosocket.c:
  c
2001-06-05 03:38:10 +03: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_boolean_search.c Removed compiler warnings. 2001-05-31 14:07:17 +03:00
ft_dump.c Removed compiler warnings. 2001-05-31 14:07:17 +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_nlq_search.c change tree to use qsort_cmp2 - compare function with 3 instead of 2 arguments 2001-05-10 18:14:15 -06:00
ft_parser.c change tree to use qsort_cmp2 - compare function with 3 instead of 2 arguments 2001-05-10 18:14:15 -06:00
ft_search.c Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
ft_static.c ft_* variables added 2001-04-17 21:30:02 +02:00
ft_stem.c Import changeset 2000-07-31 21:29:14 +02:00
ft_stopwords.c change tree to use qsort_cmp2 - compare function with 3 instead of 2 arguments 2001-05-10 18:14:15 -06: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 Added SQL_CALC_FOUND_ROWS and FOUND_ROWS() 2001-04-12 00:54:35 +03:00
ftdefs.h ft_* variables added 2001-04-17 21:30:02 +02:00
fulltext.h ft_* variables added 2001-04-17 21:30:02 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Added all changes from old 4.0 version: 2001-04-11 13:04:03 +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 Symlinking of tables should not work. 2001-06-05 03:38:10 +03: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 Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
mi_dbug.c Removed compiler warnings. 2001-05-31 14:07:17 +03: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 Added support for symlinked tables. 2001-06-01 04:27:59 +03:00
mi_dynrec.c Changed --replace to --replace_result in mysqltest 2001-02-15 03:43:14 +02:00
mi_extra.c Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
mi_info.c Removed compiler warnings. 2001-05-31 14:07:17 +03:00
mi_key.c New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
mi_locking.c Don't write rows in MyISAM tables when using count(distinct) 2001-05-23 02:40:46 +03:00
mi_log.c Fixes for release 2000-09-27 02:40:54 +03:00
mi_open.c Added support for symlinked tables. 2001-06-01 04:27:59 +03: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 Added support for symlinked tables. 2001-06-01 04:27:59 +03:00
mi_rfirst.c Import changeset 2000-07-31 21:29:14 +02:00
mi_rkey.c Fixed bug when using MERGE on files > 4G 2001-05-17 00:46:50 +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 Removed compiler warnings. 2001-05-31 14:07:17 +03:00
mi_static.c Don't write rows in MyISAM tables when using count(distinct) 2001-05-23 02:40:46 +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 Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
mi_unique.c Import changeset 2000-07-31 21:29:14 +02:00
mi_update.c Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
mi_write.c Import changeset 2000-07-31 21:29:14 +02:00
myisamchk.c Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
myisamdef.h Removed compiler warnings. 2001-05-31 14:07:17 +03:00
myisamlog.c Removed compiler warnings. 2001-05-31 14:07:17 +03:00
myisampack.c Removed compiler warnings. 2001-05-31 14:07:17 +03:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
sort.c Added SQL_CALC_FOUND_ROWS and FOUND_ROWS() 2001-04-12 00:54: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