mariadb/mysql-test/t
unknown 6162c4a6eb Fix value of YEAR field when set from a non-numeric string. (Bug #6067)
mysql-test/t/type_date.test:
  Add new regression test
mysql-test/r/type_date.result:
  Add result
sql/field.cc:
  Set YEAR to 0 when set to a non-numeric string, not 2000,
  and issue a warning.
2005-02-01 15:08:31 -08:00
..
alias.test Merge with 4.0.19 2004-05-05 17:05:24 +03:00
alter_table.test Added test for bug #7884 "Able to add invalid unique index on TIMESTAMP 2005-01-18 17:45:49 +03:00
analyse.test Minor clean up. 2005-01-12 22:55:10 +02:00
ansi.test
archive.test Test Bug: Memory leaks in the archive handler. 2005-01-26 15:27:31 +01:00
auto_increment.test Fix for bug #5915 "ALTER TABLE behaves differently when converting column 2004-10-07 13:02:39 +04:00
backup-master.sh
backup.test
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test Merge with 4.0 to get lastest bug fixes 2004-03-29 19:21:53 +03:00
bdb-deadlock.test
bdb-deadlock.tminus Fixes to make mysql-test-run --embedded-server working 2004-12-02 16:08:17 +04:00
bdb.test Bug #5832 SELECT doesn't return records in some cases 2004-10-05 21:22:14 +05:00
bdb_cache-master.opt
bdb_cache.test
bench_count_distinct.test
bigint.test minor omission that effectively disabled my_strtod fixed :) 2004-02-24 12:31:33 +01:00
binary.test Bug #6552 CHAR column w/o length is legal, BINARY w/o length is not 2004-11-16 12:05:13 +04:00
bool.test
bulk_replace.test
case.test After merge fixes 2004-02-16 10:03:25 +02:00
cast.test Fix for bug #6914 "Problems using time()/date() output in expressions". 2004-12-30 13:39:01 +03:00
check.test
comments.test Remove usage of !$ from mysql-tests 2004-11-02 20:13:27 +02:00
compare.test Fix error in string comparisons with CHAR(31) against the space-padding 2005-01-28 17:18:35 -08:00
connect.test Portability fixes 2004-08-26 18:26:38 +03:00
consistent_snapshot.test WL#1596 "make mysqldump --master-data --single-transaction able to do online dump of InnoDB AND report reliable 2004-11-10 17:56:45 +01:00
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test
create.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
create_select_tmp.test Portability fixes 2004-08-26 18:26:38 +03:00
csv.test This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file. 2004-08-12 20:57:18 -07:00
ctype_big5.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_collate.test After merge fixes 2004-02-16 10:03:25 +02:00
ctype_cp1251-master.opt
ctype_cp1251.test Better tests for BINARY 2004-03-29 17:27:30 +05:00
ctype_create.test Syntax extention: 'ALTER DATABASE' without db name (after review) 2004-12-06 19:01:51 +03:00
ctype_latin1.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_latin1_de-master.opt
ctype_latin1_de.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_many.test Bug 2701: Function CHARSET() inconsistency 2004-02-11 16:53:39 +04:00
ctype_mb.test
ctype_recoding.test Many files: 2004-11-02 16:02:12 +04:00
ctype_sjis.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_tis620.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_uca.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_ucs.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_ujis.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_utf8.test #7874: CONCAT() gives wrong results mixing latin1 field and utf8 string literals 2005-01-18 10:42:29 +04:00
date_formats-master.opt
date_formats.test Fix for bug #7458 "Microseconds are gobbled from the string result of 2004-12-22 18:58:25 +03:00
delayed.test Portability fix (bug #7203: "delayed" test fails on QNX when using prepared statements) 2004-12-14 11:35:23 +04:00
delete.test Bug#6252 - Duplicate columns in keys should fail 2004-11-22 18:07:04 +00:00
derived.test fixed problem with distinct select with grouping and subqueries (BUG#7946) 2005-01-20 13:56:22 +02:00
dirty_close.test
distinct.test
drop.test Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 2004-12-31 12:04:35 +02:00
drop_temp_table.test
empty_table.test
endspace.test Move common trailing space checks into an include file. 2004-12-01 19:25:05 +04:00
errors.test
exampledb.test Adding test cases for the example storage engine (so that you can test to see if it was built correctly). 2004-08-13 17:14:36 -07:00
explain.test Bug #3403 Wrong encoding in EXPLAIN SELECT output 2004-05-14 13:08:22 +05:00
flush.test
flush_block_commit.test Fix for BUG#7358: removing warning reporting of mysqldump 4.1.8 when calling SHOW CREATE DATABASE, as we deal almost gracefully with it 2004-12-17 23:37:43 +01:00
flush_table.test Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
foreign_key.test
fulltext.test myisam/ft_boolean_search.c 2005-01-18 11:27:38 +01:00
fulltext2.test BUG#5327 - mi_sort_index() of 2-level tree 2004-09-03 22:04:08 +02:00
fulltext_cache.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
fulltext_distinct.test
fulltext_left_join.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
fulltext_multi.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
fulltext_order_by.test WL#964 2004-09-16 00:47:45 +06:00
fulltext_update.test
fulltext_var.test ft_boolean_syntax made changeable 2004-02-16 18:53:00 +01:00
func_compress.test skip last compress test if we're short of RAM 2004-11-28 16:31:14 +01:00
func_concat.test Fix func_concat.result: allow -0.00 to be converted to string both with and without leading minus 2004-12-30 14:56:31 +03:00
func_crypt.test
func_date_add.test
func_default.test
func_encrypt-master.opt
func_encrypt.test
func_equal.test
func_gconcat.test func_gconcat.result, func_gconcat.test: 2005-01-15 01:05:00 -08:00
func_group.test Bug #6658 MAX(column) returns incorrect coercibility 2004-11-19 19:35:36 +04:00
func_if.test Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
func_in.test item_cmpfunc.cc: 2005-01-20 15:38:56 +04:00
func_isnull.test
func_like.test func_like.result: 2004-08-18 12:11:26 +05:00
func_math.test A fix (bug #7281: RAND(RAND) crashes server). 2004-12-20 13:47:38 +04:00
func_misc.test uuid() tests 2004-03-16 16:35:53 +01:00
func_op.test
func_regexp.test cleanup for Item_func_regex (Bug #4199) 2004-06-19 13:26:39 +03:00
func_sapdb.test Fix for bug #7586 "TIMEDIFF for sec+microsec not working properly". 2005-01-12 12:18:36 +03:00
func_set.test Fix for bug #5513: FIND_IN_SET fails if set ends with a comma 2004-09-11 15:48:23 +04:00
func_str.test Fix for BUG#7455. 2004-12-28 11:57:56 +02:00
func_system.test Bug 2701: Function CHARSET() inconsistency 2004-02-11 16:53:39 +04:00
func_test.test A fix (bug #6138: MOD operator should not round non-integral argument). 2004-10-21 19:52:55 +05:00
func_time.test Manual merge of fix for bugs of #7297 and #7515 into 4.1 tree. 2004-12-30 21:37:32 +03:00
func_timestamp.test
gcc296.test
gis-rtree.test Fix for bug #6516 (Server crash loading spatial data) 2004-12-10 16:06:49 +04:00
gis.test Fix for bug #6117 (Centroid() crashes server) 2004-10-22 20:32:02 +05:00
grant.test Manual merge of changes making GRANTs, which change SSL attributes and/or 2004-12-23 22:16:43 +03:00
grant2.test post-merge 2004-12-31 11:52:14 +01:00
grant_cache-master.opt
grant_cache.test Fix for BUG#4678 "mysql-test-run fails on grant_cache": 2004-08-12 13:12:09 +02:00
group_by.test Merge fix for BUG#6976 from 4.0 2004-12-11 20:13:43 +03:00
handler.test After merge fixes 2004-10-07 10:50:13 +03:00
having.test Portability fixes 2004-08-26 18:26:38 +03:00
heap.test A fix (bug #6878: Crash with engine=memory). 2004-12-02 15:06:15 +04:00
heap_auto_increment.test
heap_btree.test simple optimzation 2004-03-31 03:32:38 +03:00
heap_hash.test Fix for bug#5138 continued: added comments, removed extra debug printf calls, changed ha_heap::records_in_range to use table->rec_per_key. 2004-10-12 18:21:25 +04:00
help.test ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_insert(), end_bulk_insert() 2004-04-06 21:35:26 +02:00
init_connect-master.opt
init_connect.test
init_file-master.opt
init_file.test
innodb-deadlock.test
innodb-lock.test Fix when compiling without InnoDB 2004-10-27 18:57:49 +03:00
innodb-master.opt Moved testing of binlog_cache_use/binlog_cache_disk_use statistical variables from 2004-05-19 17:43:50 +04:00
innodb.test Bug#6252 - Duplicate columns in keys should fail 2004-11-22 18:07:04 +00:00
innodb_cache-master.opt
innodb_cache.test after merge fixed 2004-06-26 14:21:32 +02:00
innodb_handler.test
insert.test autocommit 2004-11-04 21:25:49 +05:00
insert_select.test BUG#6034 - Error code 124: Wrong medium type. 2005-01-19 21:16:27 +01:00
insert_update.test WL#2274 - INSERT..SELECT..UPDATE 2004-12-13 12:26:28 +00:00
isam.test
join.test hang in dummy natural join (no common columns) Bug #4807 2004-08-02 11:12:11 +02:00
join_crash.test
join_outer.test join_outer.result, join_outer.test: 2004-11-05 22:15:24 -08:00
key.test Bug#6252 - Duplicate columns in keys should fail 2004-11-22 18:07:04 +00:00
key_cache-master.opt
key_cache.test merge 2004-12-07 13:56:48 +03:00
key_diff.test
key_primary.test
keywords.test
kill.test
limit.test
loaddata.test
lock.test Merge with 4.0.18 2004-02-11 00:06:46 +01:00
lock_multi.test Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test Merge with 4.0 to get fixed tests 2004-02-22 10:04:08 +02:00
lowercase_table-master.opt
lowercase_table.test Remove extra '/' after mysql_real_data_home 2004-09-03 02:25:27 +03:00
lowercase_table2.test tT replaced with T1 to be more predictable. 2005-01-25 16:42:16 +04:00
lowercase_table3-master.opt Ensure that one can't from the command line set a variable too small. (Bug #2710) 2004-03-06 10:43:35 +02:00
lowercase_table3.test after merge fix 2004-06-27 13:16:19 +02:00
lowercase_table_qcache-master.opt fixed comparation of tables/database names with --lower_case_table_names (BUG#2880) 2004-02-20 22:44:54 +02:00
lowercase_table_qcache.test post-review fixes 2004-04-07 16:04:28 +02:00
merge.test Fix for BUG#7377. This fix adds the same implementation for ha_myisammgr::index_type as in version 5.0. 2004-12-27 14:05:35 +02:00
metadata.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
mix_innodb_myisam_binlog-master.opt Fix for BUG##5714 "Insert into MyISAM table and select ... for update]": 2004-11-04 19:19:23 +01:00
mix_innodb_myisam_binlog.test merge with 4.0 2004-11-12 11:17:53 +02:00
multi_statement.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
multi_update-master.opt
multi_update.test Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2005-01-03 21:14:20 +02:00
myisam-blob-master.opt
myisam-blob.test Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
myisam.test Backport of fix making myisam test results repeatable 2004-11-22 14:17:04 +03:00
mysql_client_test.test mysql_client_test.test, mysql-test-run.sh: 2005-01-24 16:56:17 +01:00
mysql_protocols.test mysql_protocols.test: 2004-09-30 19:40:33 +02:00
mysqlbinlog-master.opt
mysqlbinlog.test Making DROP TABLE IF EXISTS, DROP DATABASE IF EXISTS, DELETE FROM, UPDATE be logged to 2004-06-09 16:07:01 +02:00
mysqlbinlog2.test WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position 2004-07-29 23:25:58 +02:00
mysqldump.test WL#2319 V2: Exclude tables from dump 2004-12-27 19:10:30 +01:00
mysqltest.test Remove usage of !$ from mysql-tests 2004-11-02 20:13:27 +02:00
ndb_alter_table.test Fix for bug#6935 table rename does not work with ndb tables 2004-12-06 14:51:10 +01:00
ndb_autodiscover.test added --no-defaults to ndb_drop_table in autodiscover test 2004-11-22 15:05:51 +00:00
ndb_autodiscover2-master.opt Added test(s) for auto discover of frm file 2004-05-17 09:53:13 +02:00
ndb_autodiscover2.test ndb: bug#6451 2004-11-08 11:06:36 +01:00
ndb_basic.test Bug#6031 - To drop database you have to execute DROP DATABASE command twice. 2004-11-10 15:07:11 +00:00
ndb_blob.test ndb: bug#7340 fix 2004-12-22 13:38:15 +01:00
ndb_cache.test avoid using ndb tables in query cache 2004-05-05 11:22:10 +03:00
ndb_charset.test testcase for bug#6871, ndb, replace with collations 2004-12-01 10:13:18 +01:00
ndb_grant.later ndb_grant.later: 2004-11-29 08:06:53 +00:00
ndb_index.test ndb charsets (wl-1732) final part: use strxfrm + strcoll 2004-09-17 14:09:21 +02:00
ndb_index_ordered.test ndb - make YEAR and TIMESTAMP into ndb types 2005-01-27 17:33:35 +01:00
ndb_index_unique.test Bug#8101 unique indexes which attribute are _not_ specified in the order of the table does not work 2005-01-26 11:31:46 +01:00
ndb_insert.test Fix for bug#4312 ndb table, wrong behaviour on insert .. on duplicate key .. 2004-11-18 12:11:56 +01:00
ndb_limit.test bug#5782 2004-09-30 21:36:25 +00:00
ndb_lock.test Bug#6020, any lock >= write_allow_write is a write lock 2004-10-13 10:08:18 +02:00
ndb_minmax.test Fixed test to not crash when ndb is not in use 2004-05-26 20:56:39 +03:00
ndb_replace.test Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at insert 2004-08-31 12:07:48 +02:00
ndb_restore.test backported ndb_mgm options from 5.0 2005-01-25 10:03:27 +01:00
ndb_subquery.test adder order by 2004-10-07 08:42:11 +00:00
ndb_transaction.test Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03:00
ndb_truncate.test BUG#4892 TRUNCATE TABLE returns error 156 2004-08-04 11:28:36 +02:00
ndb_types.test Added new test/result file ndb_types to test creating tables with different column types in NDB 2004-07-19 11:38:28 +02:00
ndb_update.test Added better test for Bug #6794 Wrong outcome of update operation of ndb table 2004-11-28 22:33:01 +01:00
negation_elimination.test after review patch 2004-08-31 21:10:57 +03:00
null.test 1. When mixing NULL to a character string, 2004-11-10 14:05:28 +04:00
null_key.test
odbc.test
olap.test olap.test, olap.result: 2004-08-12 00:02:29 -07:00
openssl_1.test openssl_1.result, have_openssl_1.require, openssl_1.test: 2004-12-01 02:35:02 +01:00
order_by.test order_by.result, order_by.test: 2005-01-25 23:13:36 -08:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test clean-up, indentation fixes. 2004-10-10 15:29:06 +05:00
overflow.test
packet.test
preload.test
ps.test A fix and test case for Bug#6873 "PS, having with subquery, crash 2004-12-09 00:37:17 +03:00
ps_1general.test Fixed a problem with a test. Time could be 0 or 1 seconds, depending 2005-01-13 15:04:57 +02:00
ps_2myisam.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_3innodb.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_4heap.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_5merge.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_6bdb.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_7ndb.test ps_7ndb.result, ps_7ndb.test: 2004-11-30 15:08:26 +00:00
ps_10nestset.test Test expansion: "MOD" on non-integral first operand. 2004-11-02 15:09:57 +01:00
ps_11bugs.test Adapt 'ps_10nestset' to standard test style; correct a typing error in 'ps_11bugs'. 2004-10-21 16:02:12 +02:00
query_cache.test Merge with 4.0 2004-10-27 19:52:41 +03:00
query_cache_merge.test
raid.test Merge with 4.0.19 2004-05-05 17:05:24 +03:00
range.test opt_range.cc, range.result, range.test: 2004-11-03 15:22:33 +04:00
rename.test After merge fixes 2004-10-07 10:50:13 +03:00
repair.test Fixed problems noticed with last build 2004-04-09 07:12:41 +03:00
replace.test
rollback.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
row.test After merge fixes 2004-02-16 10:03:25 +02:00
rpl000001-slave.opt
rpl000001.test merged 2004-11-22 20:15:48 +01:00
rpl000002.test Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
rpl000004.test
rpl000005.test
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test Ensure that we use unix file format (no \r\n) for all new files 2004-03-20 12:48:14 +02:00
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh
rpl000015.slave-mi
rpl000015.test Enabled mysqltest for MASTER_PORT replacement. 2004-08-24 12:58:12 +02:00
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test
rpl_alter.test
rpl_chain_temp_table.test
rpl_change_master.test
rpl_charset.test Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
rpl_commit_after_flush.test After merge fixes 2004-10-20 17:28:40 +03:00
rpl_create_database-master.opt Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
rpl_create_database-slave.opt Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
rpl_create_database.test Fix t/rpl_create_database.test: replace version in SHOW BINLOG RESULTS 2004-12-03 18:42:35 +01:00
rpl_delete_all.test Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03:00
rpl_do_grant.test Bug#4338: mysql-test-run fails if compiled with non-latin1 character set 2004-07-08 18:54:07 +05:00
rpl_drop.test results fixed after merge 2004-07-20 11:00:10 +02:00
rpl_EE_error.test
rpl_empty_master_crash.test
rpl_error_ignored_table-slave.opt Fix for BUG#2983 "If statement was killed on master, slave errors despite replicate-wild-ignore-t" 2004-03-11 17:38:19 +01:00
rpl_error_ignored_table.test Merge with 4.0.20 2004-05-17 01:52:13 +03:00
rpl_failed_optimize-master.opt Simpler arena swapping code 2004-11-08 01:13:54 +02:00
rpl_failed_optimize.test Fix for bug#5551 (Version 4). 2004-11-03 18:23:58 +01:00
rpl_failsafe.test
rpl_flush_log_loop-master.opt
rpl_flush_log_loop-master.sh
rpl_flush_log_loop-slave.opt
rpl_flush_log_loop-slave.sh
rpl_flush_log_loop.test
rpl_flush_tables.test
rpl_free_items-slave.opt test suite for bug Bug#3969 (commited separetely because it took too long time to parse it on 3.23) 2004-06-11 16:25:18 +03:00
rpl_free_items.test test suite for bug Bug#3969 (commited separetely because it took too long time to parse it on 3.23) 2004-06-11 16:25:18 +03:00
rpl_get_lock.test After merge fixes 2004-06-21 10:21:20 +03:00
rpl_heap.test (manual port from 4.0 - was needed) 2004-08-19 23:24:35 +02:00
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test Bug#4338: mysql-test-run fails if compiled with non-latin1 character set 2004-07-08 18:54:07 +05:00
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_insert_id-slave.opt
rpl_insert_id.test Merge with 4.0.18 2004-02-11 00:06:46 +01:00
rpl_insert_ignore-slave.opt A .test for BUG#6287 "Slave skips auto_increment values in Replication with InnoDB" 2004-12-16 23:14:41 +01:00
rpl_insert_ignore.test A .test for BUG#6287 "Slave skips auto_increment values in Replication with InnoDB" 2004-12-16 23:14:41 +01:00
rpl_loaddata.test
rpl_loaddata_rule_m-master.opt
rpl_loaddata_rule_m.test
rpl_loaddata_rule_s-slave.opt
rpl_loaddata_rule_s.test
rpl_loaddatalocal.test
rpl_log-master.opt
rpl_log-slave.opt
rpl_log.test Merge with 4.0.20 2004-05-17 01:52:13 +03:00
rpl_log_pos.test Merge with 4.0.20 2004-05-17 01:52:13 +03:00
rpl_many_optimize.test A test for the BUG#7658 just fixed in 4.0 (could not put it into 4.0 as in 4.0 we don't replicate OPTIMIZE TABLE). 2005-01-10 15:13:33 +01:00
rpl_master_pos_wait.test
rpl_max_relay_size.test Merge with 4.0.20 2004-05-17 01:52:13 +03:00
rpl_misc_functions-slave.sh
rpl_misc_functions.test
rpl_multi_delete-slave.opt
rpl_multi_delete.test
rpl_multi_delete2-slave.opt Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore-table": 2004-04-13 22:40:16 +02:00
rpl_multi_delete2.test Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore-table": 2004-04-13 22:40:16 +02:00
rpl_multi_update.test Merge with 4.0.19 2004-05-05 17:05:24 +03:00
rpl_multi_update2-slave.opt Bug#7011 2005-01-30 10:24:03 +00:00
rpl_multi_update2.test Bug#7011 2005-01-31 13:18:36 +00:00
rpl_mystery22.test
rpl_openssl.test
rpl_optimize.test Complement to 2004-02-22 11:22:51 +01:00
rpl_ps.test Added replication tests 2004-05-24 21:12:05 +04:00
rpl_redirect.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
rpl_relayrotate-slave.opt
rpl_relayrotate.test rpl_relayrotate.test requires InnoDB (because what we want to test is 2004-07-30 01:10:21 +02:00
rpl_relayspace-slave.opt Changed prototype of killed_ptr() to make it more portable 2004-05-26 19:12:49 +03:00
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_reset_slave.test
rpl_rewrite_db-slave.opt BUG#6353 V2: 2004-11-15 17:03:54 +01:00
rpl_rewrite_db.test BUG#6353 V2: 2004-11-15 17:03:54 +01:00
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test Enabled mysqltest for MASTER_PORT replacement. 2004-08-24 12:58:12 +02:00
rpl_server_id1.test Implementation of WL#1824 "Add replication of character set variables in 4.1", 2004-06-03 23:17:18 +02:00
rpl_server_id2-slave.opt A new option --replicate-same-server-id to force a slave to execute queries originating from itself 2004-04-28 18:24:46 +02:00
rpl_server_id2.test Replication testsuite: making the master-slave synchronization less likely to fail, 2004-05-14 23:08:03 +02:00
rpl_set_charset.test merged 2004-09-07 21:30:28 +02:00
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_start_stop_slave.test Fix for Bug#6148. Only rewind read position in binary log when the 2004-11-25 09:26:45 +01:00
rpl_temporary.test A previous changeset by me today about SQL_LOG_BIN had the problem 2004-03-27 01:07:09 +01:00
rpl_timezone-master.opt WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
rpl_timezone-slave.opt WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
rpl_timezone.test WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
rpl_trunc_binlog.test Portability fixes 2004-05-19 05:09:10 +03:00
rpl_until.test Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
rpl_user_variables.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
select.test post-merge fix 2004-11-28 19:48:41 +01:00
select_found.test Merge rurik.mysql.com:/home/igor/dev/mysql-4.0-0 2005-01-22 02:42:54 -08:00
select_safe.test
show_check.test Add test cases to verify that SHOW CREATE TABLE always outputs the 2005-01-13 18:22:35 +01:00
sql_mode.test field.cc, sql_mode.result, sql_mode.test: 2004-11-04 08:50:07 +04:00
status.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
subselect.test fixed cleanup of result object of subqueries. (BUG#8125) 2005-01-26 15:27:45 +02:00
subselect2.test
subselect_gis.test subselect test split on two tests because gis extention can be absent 2004-08-24 10:15:39 +03:00
subselect_innodb.test postreview fixes 2004-12-04 00:14:18 +02:00
symlink.test changed to moderm syntax (after merge fix) 2004-02-17 02:26:35 +02:00
synchronization.test fixed the tests mysql-test/t/synchronization.test 2004-04-06 19:17:13 +05:00
system_mysql_db.test check that all system tables deleted added 2004-07-15 14:17:30 +03:00
system_mysql_db_fix-master.opt Portability fixes 2004-04-30 00:14:56 +03:00
system_mysql_db_fix.test Ensure that we free memory used with --order-by-primary (in mysqldump) 2004-12-09 12:47:20 +02:00
system_mysql_db_refs.test Merge with 4.0 to get bug fixes 2004-07-09 02:29:28 +03:00
tablelock.test
temp_table.test Remove usage of !$ from mysql-tests 2004-11-02 20:13:27 +02:00
timezone-master.opt
timezone.test WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
timezone2.test Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() function 2005-01-26 22:25:02 +03:00
timezone3-master.opt Fix for bug #6387 "Queried timestamp values do not match the inserted 2004-11-03 17:59:03 +00:00
timezone3.test Fix for bug #6387 "Queried timestamp values do not match the inserted 2004-11-03 17:59:03 +00:00
truncate.test manually merged 2004-08-24 17:24:23 +02:00
type_blob.test Bug#6252 - Duplicate columns in keys should fail 2004-11-22 18:07:04 +00:00
type_date.test Fix value of YEAR field when set from a non-numeric string. (Bug #6067) 2005-02-01 15:08:31 -08:00
type_datetime.test Manual merge of fix for bugs of #7297 and #7515 into 4.1 tree. 2004-12-30 21:37:32 +03:00
type_decimal.test Merge with 4.0.21 2004-06-18 04:38:58 +03:00
type_enum.test Fix for bug #6840: Default value is not checked in ALTER column SET DEFAULT 'x' 2004-12-07 14:08:56 +03:00
type_float.test Merge changed tests 2005-01-18 12:25:56 -08:00
type_nchar.test
type_ranges.test Remove usage of !$ from mysql-tests 2004-11-02 20:13:27 +02:00
type_set.test Bug 6206: ENUMs are not case sensitive even if declared BINARY 2004-10-26 13:17:37 +05:00
type_time.test
type_timestamp.test Fix for bug #7418 "TIMESTAMP not always converted to DATETIME in MAXDB 2005-01-11 14:26:40 +03:00
type_uint.test manually merged 2004-08-18 19:57:55 +02:00
type_year.test Merge with 4.0.18 2004-02-11 00:06:46 +01:00
union-master.opt
union.test fixing wrong value for "examined rows" when UNION's are used. 2005-01-18 23:13:29 +02:00
update.test Test for BUG#6054. The bug itsel is fixed by the fix for #5837. 2004-12-16 18:46:38 +02:00
user_var.test Fix for BUG#7793 "mysqlbinlog produces incorrect queries": 2005-01-12 19:42:46 +01:00
varbinary.test
variables-master.opt
variables.test post-merge 2004-12-31 11:52:14 +01:00
warnings-master.opt
warnings.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00