mariadb/mysql-test/r
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
..
alias.result Workaround for bug in thread library in Unixware 7 2001-02-03 18:00:29 +02:00
alter_table.result Cleanup of manual 2001-04-02 02:33:25 +03:00
analyse.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
auto_increment.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
backup.result Fixed portability problems in mysqlcheck 2001-04-21 03:03:08 +03:00
bdb-crash.result mysql-test/t/bdb-crash.test 2001-03-01 12:01:00 -07:00
bdb.result Fix for BDB and LOCK TABLES 2001-04-19 20:41:19 +03:00
bench_count_distinct.result BitKeeper/triggers/post-commit 2001-04-12 13:46:19 -06:00
bigint.result Fixes to get mysql-test-run more portable 2001-01-04 02:56:38 +02:00
binary.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
case.result New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
comments.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
compare.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
count_distinct.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
count_distinct2.result handle tree overflow in count(distinct) 2001-05-24 17:06:53 -06:00
create.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
delayed.result Fixed bug in INSERT DELAYED when INSERT generated an error 2001-03-08 21:49:15 +02:00
dirty-close.result client/mysqltest.c 2001-01-19 22:40:16 -07:00
distinct.result Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
drop.result worked around one bug in the new symlink code, but hit another 2001-06-01 15:13:02 -06:00
empty_table.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
explain.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
flush.result test if dirty close releases global read lock held by a thread 2001-06-01 17:43:32 -06:00
fulltext.result bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
fulltext_cache.result sql_select.cc (at last) fulltext/cache bug fixed 2001-02-10 20:54:58 +01:00
fulltext_distinct.result Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
fulltext_left_join.result sql_select.cc check for cond==NULL in add_ft_keys() 2001-01-05 23:31:34 +01:00
fulltext_multi.result fulltext_multi.test Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test 2000-12-30 16:54:33 +01:00
fulltext_order_by.result fulltext_multi.test Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test 2000-12-30 16:54:33 +01:00
fulltext_var.result ft_* variables added 2001-04-17 21:30:02 +02:00
func_crypt.result Updated documentation of how to add new native functions. 2001-05-23 02:30:17 +03:00
func_date_add.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_equal.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_group.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_in.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_like.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_math.result Fixed bug when having many binary log files 2001-01-08 00:04:30 +02:00
func_misc.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_op.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_regexp.result Fixed bug in REGEXP for Linux Alpha 2001-04-11 20:19:52 +03:00
func_set.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_str.result Test case for bug when updating on key 2001-03-23 20:38:42 +02:00
func_system.result Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
func_test.result Fixed problems with decimals withing IF() 2001-05-29 13:46:17 +03:00
func_time.result Remove wrong access check for locks. 2001-05-23 02:40:24 +03:00
func_timestamp.result Fixed gethostname_r tests to be more portable 2001-01-01 14:17:10 +02:00
gemini.result Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
group_by.result Fixed probelm with count(*) and normal functions when no matchin rows. 2001-04-21 17:12:59 +03:00
handler.result mysqltest bugfix 2001-04-15 20:14:40 +02:00
have_bdb.require Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
have_gemini.require Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
have_innodb.require Changed Innobase to Innodb 2001-04-13 12:25:12 +03:00
have_isam.require Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
have_raid.require Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
have_symlink.require Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
having.result Fixed for bugs that was found when getting full code coverage of BDB 2001-01-17 03:15:20 +02:00
heap.result Don't use ranges on HEAP tables with LIKE 2001-04-17 03:55:25 +03:00
innodb.result Merge 2001-05-23 22:52:21 +02:00
ins000001.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
insert.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
insert_select.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
isolation.result Created an isolation test for testing isolation levels. 2001-03-27 09:56:45 -05:00
join.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
join_crash.result Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
join_outer.result Added test for innobase 2001-01-12 16:40:27 +02:00
key.result Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
key_diff.result Fixed --no-defaults in mysqltest 2000-12-29 16:06:10 +02:00
key_primary.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
keywords.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
kill.result changed signal by fd close to signal by vio_close 2001-03-13 23:07:12 -07:00
limit.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
lock.result Added test for PTHREAD_YIELD 2001-04-18 23:47:11 +03:00
merge.result Fulltext manual changed, MERGE bug fixed 2001-05-16 23:06:30 +02:00
myisam.result Fixed bug when using a key on a CHAR(255) NULL column 2001-04-12 00:56:55 +03:00
null.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
null_key.result Fixes for embedded MySQL 2001-04-25 01:11:29 +03:00
odbc.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
order_by.result mysql-test/r/order_by.result fixed for new test 2001-03-13 13:30:12 +01:00
raid.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
range.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
rename.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
replace.result Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
rollback.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
rpl000001.a.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000001.b.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000001.result mysql-test/r/rpl000001.result 2001-05-16 13:21:49 -06:00
rpl000002.result do not show user/pass for slave unless running with show-slave-auth-info 2001-06-01 21:15:15 -06:00
rpl000003.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000004.a.result Cleanup of tests to make them less dependent of eachother 2001-01-03 02:15:48 +02:00
rpl000004.b.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000004.result client/mysqltest.c 2001-01-18 10:43:09 -07:00
rpl000005.result Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000006.result Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000007.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000008.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000009.result updates for LOAD DATA FROM MASTER + some cleanup of replication code 2001-05-28 19:18:23 -06:00
rpl000010.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000011.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000012.result do not log the drop internal temporary tables into the binary log 2001-04-10 20:56:54 -06:00
rpl000013.result Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000014.result Portability fixes 2001-04-20 15:18:46 +03:00
rpl000015.result Portability fixes 2001-04-20 15:18:46 +03:00
rpl000016.result Portability fixes 2001-04-20 15:18:46 +03:00
rpl000017.result fixed improper read of log name from master.info which broke slave server restart 2001-01-24 12:47:09 -07:00
rpl000018.result fixed up lock counting code - Monty's suggestions 2001-01-27 15:33:31 -07:00
sel000001.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000002.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000003.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000031.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000032.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000033.result Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000100.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
select.result Fixed typos from prev changeset 2001-01-21 16:59:02 +02:00
select_found.result Don't write rows in MyISAM tables when using count(distinct) 2001-05-23 02:40:46 +03:00
select_safe.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
show_check.result Portability fixes for Ia64 and Sgi compiler 2001-04-25 22:44:27 +03:00
slave-running.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
slave-stopped.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
status.result fixed up lock counting code - Monty's suggestions 2001-01-27 15:33:31 -07:00
symlink.result Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
tablelock.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
temp_table.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
truncate.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_blob.result New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
type_date.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_datetime.result New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
type_decimal.result Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
type_enum.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_float.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_ranges.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_time.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_timestamp.result Moved timestamp tests to type_timestamp 2000-12-31 15:49:47 +02:00
type_uint.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_year.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
update.result Test case for bug when updating on key 2001-03-23 20:38:42 +02:00
user_var.result Added tests if a user variable is changed in the same query. 2001-03-15 11:55:44 +02:00
varbinary.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
variables.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00