mariadb/mysql-test/t
unknown 5569a87ebd Bug#18477 - MySQL/InnoDB Ignoring Foreign Keys in ALTER TABLE
InnoDB requires a full table rebuild for foreign key changes.
It was not possible in compare_tables() to detect such changes.

On Heikkis proposal I added a new flag to the syntax parser
where foreign key definition changes are done. I test for
this flag in compare_tables() now.


mysql-test/r/innodb.result:
  Bug#18477 - MySQL/InnoDB Ignoring Foreign Keys in ALTER TABLE
  Fixed an old test result.
  Added the new test result.
mysql-test/t/innodb.test:
  Bug#18477 - MySQL/InnoDB Ignoring Foreign Keys in ALTER TABLE
  Added the new test case.
sql/sql_lex.h:
  Bug#18477 - MySQL/InnoDB Ignoring Foreign Keys in ALTER TABLE
  Added a flag for foreign key definition changes.
sql/sql_table.cc:
  Bug#18477 - MySQL/InnoDB Ignoring Foreign Keys in ALTER TABLE
  Check for foreign key definition changes in 
  compare_tables(). If present, a table rebuild is required.
sql/sql_yacc.yy:
  Bug#18477 - MySQL/InnoDB Ignoring Foreign Keys in ALTER TABLE
  Marked foreign key definitions with the new flag.
  This flag is tested in ALTER TABLE only. It is
  ignored otherwise.
2006-03-30 20:55:54 +02:00
..
alias.test
alter_table.test Extended test case to check that binary column 2006-03-15 10:14:35 +02:00
analyse.test
analyze.test
ansi.test
archive.test This patch adds a new field to the meta file for tracking flushes (this is being kept to later do stats and determine how often the compression buffer is being foiled). This should keep things all nice an compatible between versions. 2006-02-15 00:59:24 -08:00
archive_bitfield.test
archive_gis.test
auto_increment.test
backup-master.sh
backup.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test
bdb-deadlock.test
bdb-deadlock.tminus
bdb.test Merge mysql.com:/home/jimw/my/mysql-5.0-7955 2006-02-17 11:03:34 -08:00
bdb_cache-master.opt
bdb_cache.test
bdb_gis.test
bench_count_distinct.test
bigint.test bug #9088 (bigint WHERE fails) 2006-03-01 15:50:15 +04:00
binary.test Expanding a binary field should result in 0x00-filled positions, not 0x20 2006-03-02 20:49:10 -05:00
binlog_row_binlog-master.opt
binlog_row_binlog.test
binlog_row_blackhole.test Bug#18326 (Do not lock tables for writing during prepare of statement): 2006-03-18 17:15:53 +01:00
binlog_row_ctype_cp932.test
binlog_row_ctype_ucs.test
binlog_row_drop_tmp_tbl.test
binlog_row_innodb_stat-master.opt
binlog_row_innodb_stat.test
binlog_row_insert_select.test Bug#18326 (Do not lock tables for writing during prepare of statement): 2006-03-18 17:15:53 +01:00
binlog_row_mix_innodb_myisam-master.opt Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
binlog_row_mix_innodb_myisam.test Bug#18326 (Do not lock tables for writing during prepare of statement): 2006-03-18 17:15:53 +01:00
binlog_stm_binlog-master.opt
binlog_stm_binlog.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
binlog_stm_blackhole.test
binlog_stm_ctype_cp932.test
binlog_stm_ctype_ucs.test
binlog_stm_drop_tmp_tbl.test
binlog_stm_innodb_stat-master.opt
binlog_stm_innodb_stat.test
binlog_stm_insert_select.test
binlog_stm_mix_innodb_myisam-master.opt Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
binlog_stm_mix_innodb_myisam.test post-merge fixes. 2006-02-20 10:30:32 +01:00
bool.test
bulk_replace.test
case.test This patch cleans up two tests which were a bit fragile from other failing tests. It also removes some variables associated with removed RAID support. 2006-02-24 13:20:51 -08:00
cast.test Merge mysql.com:/usr/home/bar/mysql-4.1.b15098 2006-03-28 17:07:26 +05:00
check.test
client_xml.test Replace win filename s with unix equivalent 2006-02-17 12:07:45 +01:00
comments.test
compare.test
compress.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
connect.test
consistent_snapshot.test
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test
create.test drop-on-restart.inc: 2006-02-25 20:17:07 +01:00
create_select_tmp.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-02-07 17:20:50 +01:00
csv.test fix test in --ps-protocol mode 2006-03-29 15:37:42 +04:00
ctype_big5.test
ctype_collate.test
ctype_cp932_binlog_row.test
ctype_cp932_binlog_stm.test Post-merge fixes after merging mysql-5.0 with mysql-5.1-new 2006-03-22 00:47:36 +01:00
ctype_cp1250_ch.test
ctype_cp1251.test
ctype_create.test
ctype_eucjpms.test Bug#15376: Unassigned multibyte codes are converted to U+0000 2006-03-23 14:03:39 +04:00
ctype_euckr.test
ctype_gb2312.test
ctype_gbk.test
ctype_latin1.test
ctype_latin1_de-master.opt
ctype_latin1_de.test
ctype_latin2.test
ctype_latin2_ch.test Bug#17374: select ... like 'A%' operator fails to find value on columuns with key 2006-03-20 16:28:25 +04:00
ctype_many.test
ctype_mb.test
ctype_recoding.test
ctype_sjis.test
ctype_tis620.test
ctype_uca.test
ctype_ucs.test
ctype_ucs2_def-master.opt Bug#18004 Connecting crashes server when default charset is UCS2 2006-03-20 14:43:02 +04:00
ctype_ucs2_def.test Bug#18004 Connecting crashes server when default charset is UCS2 2006-03-20 14:43:02 +04:00
ctype_ujis.test Merge mysql.com:/usr/home/bar/mysql-5.0 2006-03-23 14:14:32 +04:00
ctype_utf8.test
date_formats-master.opt
date_formats.test Merge mysql.com:/home/kostja/mysql/tmp_merge 2006-02-08 14:05:19 +03:00
default.test
delayed.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
delete.test
derived.test
dirty_close.test
disabled.def Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-03-30 01:21:48 +03:00
distinct.test bug #15745 (COUNT(DISTINCT CONCAT(x,y)) returns wrong result 2006-03-05 20:48:31 +04:00
drop.test
empty_table.test
endspace.test
errors.test
events.test fix after manual merge of fix for bug #16396: Events: Distant-future dates become past dates. 2006-03-17 11:01:45 +01:00
events_bugs.test Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-03-28 10:42:46 +02:00
events_logs_tests-master.opt fix for bug #16413 (Events: statements don't appear in the general query log) 2006-03-01 16:27:57 +01:00
events_logs_tests.test update test 2006-03-02 23:40:51 +01:00
events_microsec.test last second additions for bug#16411 2006-02-24 15:28:20 +01:00
events_stress.test fix for bug#16406 (Events: DROP DATABASE doesn't automatically drop events) 2006-02-16 00:43:11 +01:00
exampledb.test
explain.test
federated.test merged 2006-03-06 23:20:19 +01:00
federated_archive.test
federated_bug_13118.test
federated_transactions.test
flush.test
flush_block_commit.test
flush_read_lock_kill-master.opt
flush_read_lock_kill.test
flush_table.test
foreign_key.test
fulltext.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-03-22 16:48:35 +01:00
fulltext2.test
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_compress.test
func_concat.test
func_crypt.test
func_date_add.test
func_default.test
func_des_encrypt.test
func_encrypt-master.opt
func_encrypt.test
func_encrypt_nossl.test
func_equal.test
func_gconcat.test
func_group.test
func_if.test Fixed bug#16272: IF function with decimal args can produce wrong result 2006-02-14 16:22:37 +03:00
func_in.test
func_isnull.test
func_like.test
func_math.test Fix for bug#16678 FORMAT gives wrong result if client run with default-character-set=utf8 2006-03-06 12:52:38 +04:00
func_misc.test
func_op.test
func_regexp.test
func_sapdb.test
func_set.test
func_str.test
func_system.test After merge fixes 2006-02-26 15:11:56 +02:00
func_test.test
func_time.test
func_timestamp.test
gcc296.test
gis-rtree.test
gis.test
grant.test 4.1 -> 5.0 merge 2006-03-06 14:38:31 +04:00
grant2.test Merge mysql.com:/extern/mysql/5.0/bug17476/mysql-5.0 2006-03-03 12:03:27 +01:00
grant3-master.opt
grant3.test
grant_cache.test
greedy_optimizer.test
group_by.test
group_min_max.test Test case for BUG#15102 : select distinct returns empty result, select count distinct > 0 (correct) 2006-03-27 12:20:25 +03:00
handler.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
having.test Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0 2006-02-02 21:23:36 -08:00
heap.test Remove 'delayed' to make the test deterministic (already 2006-02-23 23:41:15 +03:00
heap_auto_increment.test
heap_btree.test
heap_hash.test
help.test
im_daemon_life_cycle-im.opt
im_daemon_life_cycle.imtest
im_life_cycle.imtest Merge mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message 2006-02-18 18:00:22 +03:00
im_options_set.imtest
im_options_unset.imtest
im_utils.imtest
index_merge.test BUG#17314: Can't use index_merge/intersection for MERGE tables 2006-02-11 21:51:43 +03:00
index_merge_bdb.test
index_merge_innodb.test
index_merge_innodb2.test
index_merge_ror.test
index_merge_ror_cpk.test
information_schema.test 5.0 -> 5.1 merge 2006-03-21 16:26:47 +04:00
information_schema_db.test Fix for bug #18113 "SELECT * FROM information_schema.xxx crashes server" 2006-03-20 13:42:02 +04:00
information_schema_inno.test
information_schema_part.test
init_connect-master.opt
init_connect.test
init_file-master.opt
init_file.test
innodb-big.test
innodb-deadlock.test
innodb-lock.test
innodb-master.opt
innodb-replace.test
innodb.test Bug#18477 - MySQL/InnoDB Ignoring Foreign Keys in ALTER TABLE 2006-03-30 20:55:54 +02:00
innodb_cache-master.opt
innodb_cache.test
innodb_concurrent-master.opt
innodb_concurrent.test This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work. 2006-02-12 13:26:30 -08:00
innodb_gis.test
innodb_handler.test
innodb_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
innodb_unsafe_binlog-master.opt Applied innodb-5.1-ss269 snapshot. 2006-03-10 19:22:21 +03:00
innodb_unsafe_binlog.test Applied innodb-5.1-ss269 snapshot. 2006-03-10 19:22:21 +03:00
insert.test
insert_select.test
insert_update.test
join.test Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2006-03-06 11:41:19 +02:00
join_crash.test
join_nested.test
join_outer.test Fixed bug #17164. 2006-03-24 12:44:54 -08:00
key.test
key_cache-master.opt
key_cache.test
key_diff.test
key_primary.test
keywords.test
kill.test after merge 2006-03-06 23:43:47 +01:00
kill_n_check.sh
limit.test
loaddata.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
lock.test
lock_multi.test Fixed compiler and valgrind warnings 2006-03-29 14:27:36 +03:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
log_tables-master.opt Fix Bug#17600: Invalid data logged into mysql.slow_log 2006-03-06 21:03:17 +03:00
log_tables.test Fixing test cases 2006-03-14 09:37:29 -08:00
lowercase_table-master.opt
lowercase_table.test
lowercase_table2.test
lowercase_table3-master.opt
lowercase_table3.test
lowercase_table_grant-master.opt
lowercase_table_grant.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.test
lowercase_view-master.opt
lowercase_view.test
merge.test
metadata.test
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test
myisam-blob-master.opt
myisam-blob.test
myisam.test Merge mysql.com:/home/mydev/mysql-4.1-bug14980 2006-03-10 15:06:04 +01:00
mysql.test Bug#16859 involves truncating column data at NUL characters. Instead, the 2006-03-03 16:26:38 -05:00
mysql_client_test.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
mysql_delimiter.sql
mysql_delimiter_source.sql
mysql_protocols.test Dont' run the mysql_protocols on Windows 2006-03-01 15:22:47 +01:00
mysqlbinlog-master.opt
mysqlbinlog.test Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.0 2006-02-14 20:48:34 +02:00
mysqlbinlog2.test
mysqlbinlog_base64.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
mysqlcheck.test This patch cleans up two tests which were a bit fragile from other failing tests. It also removes some variables associated with removed RAID support. 2006-02-24 13:20:51 -08:00
mysqldump-max.test
mysqldump.test Merge calliope.local:/Users/cmiller/work/src/mysql-5.1-new 2006-03-09 15:22:11 -05:00
mysqlshow.test
mysqlslap.test This is a patch to test the default schema location. 2006-03-10 08:54:12 -08:00
mysqltest.test Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 2006-03-09 13:18:13 -06:00
ndb_alter_table.test
ndb_alter_table_row.test Added on-line handling of altered frm in binlog thread 2006-02-13 11:23:13 +01:00
ndb_alter_table_stm.test Bug #17414 ndb schema distribution functionality does not work on mysql servers without binlog 2006-02-16 00:30:56 +01:00
ndb_autodiscover.test
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_basic.test Bug #17179 schema creation fails 2006-02-13 20:34:36 +01:00
ndb_binlog_basic.test wl#3023 ndb to return correct tables for initial table maps 2006-03-11 06:58:48 +01:00
ndb_binlog_basic2.test WL#2977 and WL#2712 global and session-level variable to set the binlog format (row/statement), 2006-02-25 22:21:03 +01:00
ndb_binlog_ddl_multi.test changed test to make it predictable 2006-03-13 09:55:41 +01:00
ndb_binlog_ignore_db-master.opt Bug #17188 CRBR: ignores --binlog_ignore_db= settings 2006-02-07 19:02:38 +01:00
ndb_binlog_ignore_db.test wl#3023 clean up 2006-03-11 15:52:38 +01:00
ndb_binlog_multi.test changed test to make it predictable 2006-03-13 09:55:41 +01:00
ndb_bitfield.test
ndb_blob.test ndb - replace+tinyblob back-patch from 5.0 [ discard on 4.1->5.0 merge ] 2006-02-03 15:23:58 +01:00
ndb_cache.test
ndb_cache2.test
ndb_cache_multi.test
ndb_cache_multi2.test Bug#16795 ndb_cache_multi2 2006-02-27 10:29:55 +01:00
ndb_charset.test
ndb_condition_pushdown.test Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-03-29 17:28:40 +03:00
ndb_config.test Escape \ in "exec" 2006-02-20 15:03:16 +01:00
ndb_database.test
ndb_dd_backuprestore.test Test updates 2006-02-16 16:33:46 +01:00
ndb_dd_basic.test
ndb_dd_ddl.test ndb dd - 2006-03-10 14:36:48 +01:00
ndb_dd_disk2memory.test
ndb_dd_dump.test ndb dd - 2006-03-10 14:36:48 +01:00
ndb_gis.test Bug#17728 tests that fails are: ndb_gis rpl_ndb_multi_update2 2006-03-03 11:52:52 +01:00
ndb_grant.later
ndb_index.test
ndb_index_ordered.test
ndb_index_unique.test Disabled test case due to Bug: #18129: Fast (online) add index leaves temporary table frm in case of errors 2006-03-10 11:27:59 +01:00
ndb_insert.test Added tests with IGNORE and NULL values 2006-03-28 10:01:23 +02:00
ndb_limit.test
ndb_load.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
ndb_lock.test Bug #17812 Previous lock table for write causes "stray" lock although table is recreated 2006-03-08 14:45:09 +01:00
ndb_minmax.test
ndb_multi.test Bug #17414 ndb schema distribution functionality does not work on mysql servers without binlog 2006-02-16 00:30:56 +01:00
ndb_multi_row.test Tables are now removed remotely by binlog_thread 2006-03-06 18:06:21 +01:00
ndb_partition_error.test Fixing test cases 2006-03-14 09:37:29 -08:00
ndb_partition_key.test Added new test cases for the bug #16806 2006-03-23 16:14:47 -05:00
ndb_partition_list.test Post-review fixes for bug#17899 Partitions: crash, NDB, Select .. ORDER BY 2006-03-18 10:04:39 +01:00
ndb_partition_range.test fixed order by in test 2006-03-02 08:44:11 +01:00
ndb_read_multi_range.test
ndb_replace.test Fix for Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 4350 'Transaction already aborted' 2006-03-23 09:48:46 +01:00
ndb_restore.test ndb - 2006-03-10 21:43:50 +01:00
ndb_subquery.test
ndb_temporary.test Bug #17210 Create temp table call to ha_ndbcluster::create_handler_files caused core 2006-02-17 17:12:35 +01:00
ndb_transaction.test
ndb_truncate.test
ndb_types.test
ndb_update.test
ndb_view.test Bug #17206 Update through VIEW is not working 2006-02-08 18:08:18 +01:00
negation_elimination.test
not_embedded_server-master.opt
not_embedded_server.test
null.test
null_key.test
odbc.test
olap.test
openssl_1.test
order_by.test
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test
partition.test Bug#18053 Partitions: crash if null 2006-03-28 17:25:19 +05:00
partition_02myisam.test
partition_03ndb.test
partition_charset.test Bug#14527: Partitions: table unreadable if partition name = c-cedilla 2006-03-02 12:25:02 +04:00
partition_error.test
partition_hash.test
partition_list.test Bug # 17173 - Partitions: less than search fails 2006-03-13 14:50:16 +01:00
partition_mgm_err.test BUG#15961: SUBPARTITION defined in non-subpartitioned table no error 2006-03-11 06:17:10 -08:00
partition_mgm_err2.test Only run test if support partitions 2006-03-28 10:42:28 +02:00
partition_order.test
partition_pruning.test WL#2985 "Partition pruning", "do pruning for UPDATE/DELETE": Post-merge fixes 2006-02-06 18:33:39 +03:00
partition_range.test Bug # 17173 - Partitions: less than search fails 2006-03-13 14:50:16 +01:00
preload.test
ps.test Merge mysql.com:/home/dlenev/src/mysql-5.0-bg13525 2006-02-27 20:00:07 +03:00
ps_1general.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-02-07 17:20:50 +01:00
ps_2myisam.test
ps_3innodb.test
ps_4heap.test
ps_5merge.test
ps_6bdb.test
ps_7ndb.test
ps_10nestset.test
ps_11bugs.test
ps_grant.test
query_cache.test After merge fixes 2006-02-26 15:11:56 +02:00
query_cache_merge.test
query_cache_notembedded.test We should prohobit concurent read of inserting file in SP 2006-03-15 19:15:52 +02:00
range.test
read_only.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
rename.test
renamedb.test renamedb.test, renamedb.result: 2006-02-13 11:49:28 +04:00
repair.test
replace.test
rollback.test
row.test
rowid_order_bdb.test
rowid_order_innodb.test
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000013.test
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test Merge neptunus.(none):/home/msvensson/mysql/mysqltestrun_check_testcases/my50-mysqltestrun_check_testcases 2006-02-07 17:20:50 +01:00
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test
rpl_000015-slave.sh
rpl_000015.slave-mi
rpl_000015.test Merge neptunus.(none):/home/msvensson/mysql/mysqltest_replace/my50-mysqltest_replace 2006-02-17 12:16:36 +01:00
rpl_alter.test
rpl_alter_db.test BUG#17521 alter database crashes slave 2006-02-23 23:20:29 -05:00
rpl_auto_increment-master.opt
rpl_auto_increment-slave.opt First set of rpl test updated for NDB and general test cleanup 2006-02-03 01:59:02 +01:00
rpl_auto_increment.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_bit.test
rpl_bit_npk.test
rpl_chain_temp_table.test
rpl_change_master.test
rpl_commit_after_flush.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_ddl.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_deadlock_innodb-slave.opt
rpl_deadlock_innodb.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_delete_no_where.test Test updates 2006-02-15 14:02:47 +01:00
rpl_do_grant.test
rpl_drop.test
rpl_drop_db.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_drop_temp-slave.opt
rpl_drop_temp.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_dual_pos_advance-master.opt
rpl_dual_pos_advance.test
rpl_EE_err.test Test updates 2006-02-15 14:02:47 +01:00
rpl_empty_master_crash.test
rpl_err_ignoredtable-slave.opt
rpl_err_ignoredtable.test More rpl test updates with using ndb as default engine 2006-02-07 14:51:46 +01:00
rpl_failed_optimize-master.opt
rpl_failed_optimize.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_failsafe.test
rpl_flushlog_loop-master.opt
rpl_flushlog_loop-master.sh
rpl_flushlog_loop-slave.opt
rpl_flushlog_loop-slave.sh
rpl_flushlog_loop.test Made rpl_flushlog_loop use wait_slave_status instead of sleep. 2006-03-21 17:40:51 +01:00
rpl_foreign_key_innodb-slave.opt More rpl test updates with using ndb as default engine 2006-02-07 14:51:46 +01:00
rpl_foreign_key_innodb.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test
rpl_heap.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_ignore_revoke-slave.opt
rpl_ignore_revoke.test
rpl_ignore_table-slave.opt
rpl_ignore_table.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_ignore_table_update-slave.opt Implemented requested changes by Lars and did some general test cleanup. Lots more togo 2006-02-03 15:38:27 +01:00
rpl_ignore_table_update.test Implemented requested changes by Lars and did some general test cleanup. Lots more togo 2006-02-03 15:38:27 +01:00
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_innodb.test
rpl_insert_id-slave.opt
rpl_insert_id.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_insert_id_pk-slave.opt Implement suggestions from lars review 2006-02-08 16:47:46 +01:00
rpl_insert_id_pk.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_insert_select.test
rpl_LD_INFILE.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_load_from_master-slave.opt Implemented requested changes by Lars and did some general test cleanup. Lots more togo 2006-02-03 15:38:27 +01:00
rpl_load_from_master.test Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-02-08 16:52:34 +01:00
rpl_load_table_from_master.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_loaddata.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_loaddata2.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_loaddata_m-master.opt
rpl_loaddata_m.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_loaddata_s-slave.opt
rpl_loaddata_s.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
rpl_loaddatalocal.test
rpl_loadfile.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_log_pos.test
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var 2006-02-07 18:04:50 +01:00
rpl_mixed_ddl_dml.test Implemented requested changes by Lars and did some general test cleanup. Lots more togo 2006-02-03 15:38:27 +01:00
rpl_multi_delete-slave.opt
rpl_multi_delete.test test updates 2006-02-09 15:29:57 +01:00
rpl_multi_delete2-slave.opt
rpl_multi_delete2.test test updates 2006-02-09 15:29:57 +01:00
rpl_multi_engine-slave.opt
rpl_multi_engine.test
rpl_multi_update.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_multi_update2-slave.opt
rpl_multi_update2.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_multi_update3.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_multi_update4-slave.opt
rpl_multi_update4.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_ndb_2innodb-master.opt New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_2innodb-slave.opt New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_2innodb.test New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_2myisam-master.opt New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_2myisam-slave.opt New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_2myisam.test New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_auto_inc.test Updated test cases 2006-02-13 16:36:11 +01:00
rpl_ndb_bank.test Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ndb_basic.test Bug#16228 (RBR: Slave SQL thread retries infinitely): 2006-03-07 13:29:53 +01:00
rpl_ndb_blob.test ndb - bug#18067 bug#18075 closes these bugs 2006-03-09 17:16:04 +01:00
rpl_ndb_blob2.test Updated test cases 2006-02-13 16:36:11 +01:00
rpl_ndb_charset.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_commit_afterflush.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_dd_advance.test Test fix 2006-03-13 09:03:05 +01:00
rpl_ndb_dd_basic.test wl#3023 clean up 2006-03-11 15:52:38 +01:00
rpl_ndb_ddl.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_delete_nowhere.test Test updates 2006-02-15 14:02:47 +01:00
rpl_ndb_func003.test More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_ndb_idempotent.test Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ndb_innodb2ndb-master.opt New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_innodb2ndb-slave.opt New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_innodb2ndb.test New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_insert_ignore.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_load.test
rpl_ndb_log-master.opt More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_ndb_log.test More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_ndb_multi.test Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ndb_multi_update2-slave.opt Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_multi_update2.test Bug#18208 SBR fails to replicate auto_increment values for Cluster 2006-03-15 16:29:25 +01:00
rpl_ndb_multi_update3.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_myisam2ndb-master.opt New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_myisam2ndb-slave.opt New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_myisam2ndb.test New test case fro replication between ndb and other storage engines. 2006-02-27 15:09:03 +01:00
rpl_ndb_relay_space.test Implemented requested changes by Lars and did some general test cleanup. Lots more togo 2006-02-03 15:38:27 +01:00
rpl_ndb_relayrotate-slave.opt Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_relayrotate.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_row_001.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_ndb_sp003.test test updates 2006-02-10 12:52:35 +01:00
rpl_ndb_sp006.test test updates 2006-02-10 12:52:35 +01:00
rpl_ndb_sync.test Bug #17805 Cluster_replication database should be renamed to just cluster 2006-03-01 13:31:21 +01:00
rpl_ndb_trig004.test Test updates 2006-02-15 14:02:47 +01:00
rpl_ndb_UUID.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_openssl.test
rpl_optimize.test Updated test cases 2006-02-13 16:36:11 +01:00
rpl_ps.test Fixed depedency problem with the following test. 2006-03-16 17:44:27 +02:00
rpl_rbr_to_sbr.test Re-enabling rpl_rbr_to_sbr.test as BUG#18108 was fixed 2006-03-14 14:21:28 +01:00
rpl_redirect.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_relay_space_innodb-master.opt First set of rpl test updated for NDB and general test cleanup 2006-02-03 01:59:02 +01:00
rpl_relay_space_innodb-slave.opt First set of rpl test updated for NDB and general test cleanup 2006-02-03 01:59:02 +01:00
rpl_relay_space_innodb.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_relay_space_myisam.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_relayrotate-slave.opt
rpl_relayrotate.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-02-08 16:52:34 +01:00
rpl_replicate_ignore_db-slave.opt
rpl_replicate_ignore_db.test
rpl_rewrt_db-slave.opt
rpl_rewrt_db.test
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test
rpl_row_001.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_4_bytes-master.opt
rpl_row_4_bytes.test WL#2977 and WL#2712 global and session-level variable to set the binlog format (row/statement), 2006-02-25 22:21:03 +01:00
rpl_row_basic_2myisam.test
rpl_row_basic_3innodb-slave.opt
rpl_row_basic_3innodb.test
rpl_row_basic_7ndb.test
rpl_row_basic_11bugs-master.opt
rpl_row_basic_11bugs.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
rpl_row_blob_innodb-slave.opt More updates for using NDB as default and some bug fixes along the way 2006-02-08 13:08:19 +01:00
rpl_row_blob_innodb.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_blob_myisam.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_charset.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_create_table.test Bug#18326 (Do not lock tables for writing during prepare of statement): 2006-03-18 17:15:53 +01:00
rpl_row_delayed_ins.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_drop.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
rpl_row_err_daisychain-master.opt
rpl_row_err_daisychain-slave.opt
rpl_row_flsh_tbls.test Bug#18326 (Do not lock tables for writing during prepare of statement): 2006-03-18 17:15:53 +01:00
rpl_row_func001.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_row_func002.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_func003-slave.opt More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_row_func003.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_inexist_tbl.test
rpl_row_log-master.opt
rpl_row_log-slave.opt
rpl_row_log.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_log_innodb-master.opt More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_row_log_innodb-slave.opt More test case updates for using RPL with NDB as default engine 2006-02-07 00:18:10 +01:00
rpl_row_log_innodb.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_max_relay_size.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_mysqlbinlog-master.opt New test for wl2321 2006-02-22 22:03:55 +01:00
rpl_row_mysqlbinlog.test rpl_row_mysqlbinlog.result, rpl_row_mysqlbinlog.test: 2006-02-22 23:11:42 +01:00
rpl_row_mystery22.test
rpl_row_NOW.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_reset_slave.test
rpl_row_sp001.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_sp002_innodb-master.opt
rpl_row_sp002_innodb-slave.opt
rpl_row_sp002_innodb.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_sp003-master.opt
rpl_row_sp003-slave.opt
rpl_row_sp003.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_sp005.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_row_sp006_InnoDB-slave.opt
rpl_row_sp006_InnoDB.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_sp007_innodb-slave.opt test updates 2006-02-10 12:52:35 +01:00
rpl_row_sp007_innodb.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_sp008.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
rpl_row_sp009.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_row_sp010.test Test updates to use with a default engine of ndb 2006-02-17 20:29:46 +01:00
rpl_row_sp011.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_sp012.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_row_stop_middle.test
rpl_row_stop_middle_update-master.opt
rpl_row_stop_middle_update-slave.opt
rpl_row_stop_middle_update.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_trig001.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_trig002.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_row_trig003.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_row_trig004.test Test updates 2006-02-15 14:02:47 +01:00
rpl_row_until.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_USER.test
rpl_row_UUID.test Test case updates and new test cases added to CRBR 2006-02-16 04:42:16 +01:00
rpl_row_view01.test Missed a check in of new results for rpl_relay_space_myisam 2006-02-08 22:00:11 +01:00
rpl_server_id1.test
rpl_server_id2-slave.opt
rpl_server_id2.test
rpl_session_var.test
rpl_set_charset.test
rpl_skip_error-slave.opt
rpl_skip_error.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_slave_status.test BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave 2006-02-13 19:03:12 +01:00
rpl_sp-master.opt
rpl_sp-slave.opt Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)": 2006-02-18 17:26:30 +01:00
rpl_sp.test Merge mysqldev@production.mysql.com:my/mysql-5.1-release 2006-02-24 16:31:38 +01:00
rpl_sp004.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
rpl_sp_effects-master.opt
rpl_sp_effects-slave.opt
rpl_sp_effects.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test More updates for using NDB as default and some bug fixes along the way 2006-02-08 13:08:19 +01:00
rpl_start_stop_slave.test
rpl_stm_000001-slave.opt
rpl_stm_000001.test
rpl_stm_charset.test
rpl_stm_EE_err2.test
rpl_stm_flsh_tbls.test
rpl_stm_log-master.opt
rpl_stm_log-slave.opt
rpl_stm_log.test rpl_stm_log.test: 2006-02-08 22:17:46 +01:00
rpl_stm_max_relay_size.test
rpl_stm_multi_query.test
rpl_stm_mystery22.test
rpl_stm_no_op.test
rpl_stm_reset_slave.test
rpl_stm_until.test
rpl_switch_stm_row_mixed.test Fixes to the replication mixed mode (patch approved by Monty): 2006-03-13 15:34:30 +01:00
rpl_temp_table.test Implemented requested changes by Lars and did some general test cleanup. Lots more togo 2006-02-03 15:38:27 +01:00
rpl_temporary.test implement a reviw comments 2006-02-08 17:09:57 +01:00
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test
rpl_trigger.test Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-tree 2006-03-09 20:41:21 +03:00
rpl_trunc_temp.test Make test case run only for statement logging 2006-03-09 12:00:12 +01:00
rpl_user_variables.test
rpl_variables-master.opt
rpl_variables.test
rpl_view.test
schema.test
select.test
select_found.test
select_safe.test
show_check.test Fix test cases to work with non-standard --vardir. 2006-02-22 10:07:54 +01:00
skip_grants-master.opt
skip_grants.test Additional fix for BUG#16777: Can not create trigger nor view 2006-03-10 14:40:15 +03:00
skip_name_resolve-master.opt
skip_name_resolve.test
sp-big.test
sp-code.test
sp-destruct.test Merge mysql.com:/home/my/mysql-5.0 2006-02-25 21:54:34 +02:00
sp-dynamic.test
sp-error.test A fix and test case for Bug#16164 "Easter egg": 2006-03-15 20:21:59 +03:00
sp-goto.test
sp-prelocking.test Removed extra "drop view v1" 2006-02-07 19:59:19 +01:00
sp-security.test Fix for BUG#13198: SP executes if definer does not exist. 2006-03-02 16:23:42 +03:00
sp-threads.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp-vars.test
sp.test Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new 2006-03-10 17:31:06 +01:00
sp.test.orig Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sp_trans.test Bug#10656 Stored Procedure - Create index and Truncate table command error 2006-03-09 12:08:23 +01:00
sql_mode.test Merge mysql.com:/home/mysql_src/mysql-5.0 2006-02-18 19:07:32 +01:00
ssl.test
ssl_compress.test
status.test
strict.test
subselect.test Fix for bug #18306: MySQL crashes and restarts using subquery 2006-03-23 18:09:35 +04:00
subselect2.test
subselect_gis.test
subselect_innodb.test
subselect_notembedded.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
sum_distinct-big.test
sum_distinct.test
symlink.test
synchronization.test
sysdate_is_now-master.opt BUG#15101 SYSDATE() disregards SET TIMESTAMP. 2006-03-10 16:47:56 +02:00
sysdate_is_now.test BUG#15101 SYSDATE() disregards SET TIMESTAMP. 2006-03-10 16:47:56 +02:00
system_mysql_db.test
system_mysql_db_fix-master.opt
system_mysql_db_fix.test Merge neptunus.(none):/home/msvensson/mysql/mysqltest_replace/my51-mysqltest_replace 2006-02-21 10:37:10 +01:00
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt
temp_table.test Merge mysql.com:/home/my/mysql-5.0 2006-02-25 21:54:34 +02:00
timezone-master.opt
timezone.test
timezone2.test
timezone3-master.opt
timezone3.test
timezone_grant.test
trigger-compat.test Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var 2006-02-07 18:04:50 +01:00
trigger-grant.test After-merge fixes. 2006-03-09 21:00:45 +03:00
trigger-trans.test Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corrupt 2006-03-24 14:58:18 +03:00
trigger.test Fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corrupt 2006-03-24 14:58:18 +03:00
truncate.test
type_binary.test
type_bit.test
type_bit_innodb.test
type_blob.test
type_date.test
type_datetime.test
type_decimal.test Fix for bug#17826 'type_decimal' fails with ps-protocol 2006-03-03 15:29:39 +04:00
type_enum.test
type_float.test Fix windows results using "replace_result" 2006-03-22 16:47:45 +01:00
type_nchar.test
type_newdecimal-big.test
type_newdecimal.test Move the replcae result to before the correct select 2006-03-23 08:21:16 +01:00
type_ranges.test
type_set.test
type_time.test
type_timestamp.test
type_uint.test
type_varchar.test Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var 2006-02-07 18:04:50 +01:00
type_year.test
udf.test Update test results for udf 2006-03-10 12:12:08 +01:00
union-master.opt
union.test Merge mysql.com:/usr/home/bar/mysql-4.1.b15949 2006-03-06 16:20:15 +04:00
update.test
upgrade.test Bug#17142 Crash if create with encoded name 2006-03-07 13:05:24 +04:00
user_limits.test
user_var-binlog.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
user_var.test
varbinary.test
variables-master.opt
variables.test Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-03-22 16:48:35 +01:00
view.test Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 2006-03-27 18:30:40 -08:00
view_grant.test Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-tree 2006-03-10 14:48:18 +03:00
view_query_cache.test
wait_timeout-master.opt Bug#2845 client fails to reconnect if using TCP/IP 2006-02-16 12:02:38 +01:00
wait_timeout.test Fixes to embedded server to be able to run tests with it 2006-02-24 18:34:15 +02:00
warnings-master.opt
warnings.test This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work. 2006-02-12 13:26:30 -08:00
windows.test
xa.test
xml.test Bug #18172 XML: Extractvalue() accepts mallformed 2006-03-20 14:57:34 +04:00