mariadb/mysql-test/t
He Zhenxing 9530126822 BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053
When the thread executing a DDL was killed after finished its
execution but before writing the binlog event, the error code in
the binlog event could be set wrongly to ER_SERVER_SHUTDOWN or
ER_QUERY_INTERRUPTED.

This patch fixed the problem by ignoring the kill status when
constructing the event for DDL statements.

This patch also included the following changes in order to
provide the test case.

 1) modified mysqltest to support variable for connection command

 2) modified mysql-test-run.pl, add new variable MYSQL_SLAVE to
    run mysql client against the slave mysqld.
2009-03-27 13:19:50 +08:00
..
alias.test
almost_full.test
alter_table-big.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
alter_table.test Bug#31291 ALTER TABLE CONVERT TO CHARACTER SET does not change some data types 2008-12-09 16:38:52 +04:00
analyse.test
analyze.test
ansi.test
archive-big.test
archive.test
archive_gis.test
auto_increment.test
backup-master.sh
backup.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01: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
bdb_cache-master.opt
bdb_cache.test
bdb_gis.test
bdb_notembedded.test
bench_count_distinct.test
bigint.test
binary.test
binlog-master.opt
binlog.test
binlog_index.test
binlog_innodb.test
binlog_killed.test
binlog_killed_simulate-master.opt
binlog_killed_simulate.test
binlog_start_comment.test
blackhole.test
bool.test
bootstrap.test
bulk_replace.test
case.test
cast.test
check.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
client_xml.test
comments.test
compare.test
compress.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
connect.test Merge of fix for Bug#42003 and Bug#43114 into more actual GCA tree 2009-03-05 14:35:03 +01:00
consistent_snapshot.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test
create.test
create_not_windows.test
create_select_tmp.test
csv.test Bug#39616: Missing quotes from .CSV crashes server 2008-11-18 11:31:03 +05:30
ctype_ascii.test
ctype_big5.test
ctype_collate.test Bug#41627 Illegal mix of collations in LEAST / GREATEST / CASE 2009-03-19 12:20:28 +04:00
ctype_cp932.test
ctype_cp932_binlog.test
ctype_cp1250_ch.test
ctype_cp1251.test
ctype_create.test
ctype_eucjpms.test
ctype_euckr.test
ctype_filesystem-master.opt Addendum to bug #37339 : make the test case portable to windows 2008-12-01 13:34:53 +02:00
ctype_filesystem.test Addendum to bug #37339 : make the test case portable to windows 2008-12-01 13:34:53 +02:00
ctype_gb2312.test
ctype_gbk.test
ctype_hebrew.test
ctype_latin1.test
ctype_latin1_de-master.opt
ctype_latin1_de.test
ctype_latin2.test
ctype_latin2_ch.test
ctype_ldml-master.opt
ctype_ldml.test
ctype_many.test
ctype_mb.test
ctype_recoding.test
ctype_sjis.test
ctype_tis620.test
ctype_uca.test
ctype_ucs.test Bug#37575 UCASE fails on monthname 2008-12-23 18:08:04 +04:00
ctype_ucs2_def-master.opt
ctype_ucs2_def.test
ctype_ucs_binlog.test
ctype_ujis.test
ctype_utf8.test Fix for bug#36772: When using UTF8, CONVERT with GROUP BY 2008-11-21 13:48:22 +04:00
date_formats-master.opt
date_formats.test Bug#41470: DATE_FORMAT() crashes the complete server with a valid date 2009-01-08 10:25:31 +01:00
default.test
delayed.test
delete.test
derived.test
dirty_close.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
disabled.def
distinct.test
drop.test
drop_temp_table.test
empty_table.test
endspace.test
error_simulation-master.opt
error_simulation.test
errors.test
exampledb.test
execution_constants.test
explain.test Bug #43354: Use key hint can crash server in explain extended query 2009-03-11 14:10:44 +02:00
federated.test Fix for BUG#21360 - mysqldump error on federated tables 2009-03-19 11:36:37 +05:30
federated_archive.test
federated_bug_13118.test
federated_bug_25714.test
federated_disabled-master.opt
federated_disabled.test
federated_innodb-slave.opt
federated_innodb.test Bug#40645 Test main.federated_innodb does not always clean up after itself 2008-11-13 16:01:01 -05:00
fix_priv_tables.test
flush.test
flush2-master.opt
flush2.test
flush_block_commit.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_block_commit_notembedded.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_read_lock_kill-master.opt
flush_read_lock_kill.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_table.test
foreign_key.test
fulltext.test BUG#36737 - having + full text operator crashes mysql 2009-02-12 13:49:44 +04:00
fulltext2.test
fulltext3.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 Bug #39656: Behaviour different for agg functions with & without where - 2008-11-24 17:30:47 +02:00
func_if.test Bug #40761: Assert on sum function on 2008-12-12 17:16:25 +04:00
func_in.test
func_isnull.test
func_like.test
func_math.test Fix for bug #15936: "round" differs on Windows to Unix 2009-02-23 14:28:26 +02:00
func_misc.test BUG#35515 Aliases of variables in binary log are ignored with NAME_CONST. 2009-03-26 15:38:17 +08:00
func_op.test
func_regexp.test
func_sapdb.test Bug#42525: TIMEDIFF function 2009-02-06 18:25:08 +01:00
func_set.test
func_str.test Fix for bug #41868: crash or memory overrun with concat + upper, 2009-02-10 15:38:56 +03:00
func_system.test
func_test.test
func_time.test Bug#37575 UCASE fails on monthname 2008-12-23 18:08:04 +04:00
func_timestamp.test
gcc296.test
gis-rtree.test
gis.test Fixed PB failures on IA64 hosts introduced by the patch for bug #21205. 2009-02-15 12:26:08 +03:00
grant.test This belongs to the fix for 2009-02-09 21:52:40 +01:00
grant2.test addendum to the fix for bug #41354: fixed the error returned by SELECT * 2009-02-27 09:41:39 +02:00
grant3-master.opt
grant3.test 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
grant_cache.test
greedy_optimizer.test Bug #38795: Automatic search depth and nested join's results in server crash 2009-01-13 13:09:12 +02:00
group_by.test
group_min_max.test Bug #41610: key_infix_len can be overwritten causing some group by queries to 2009-02-27 15:25:06 +02:00
handler.test
having.test
heap.test
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-im.opt
im_life_cycle.imtest
im_options_set.imtest
im_options_unset.imtest
im_utils-im.opt
im_utils.imtest
index_merge.test BUG#40974: Incorrect query results when using clause evaluated using range check 2008-12-19 16:38:39 +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 This belongs to the fix for 2009-02-09 21:52:40 +01:00
information_schema_chmod.test
information_schema_db.test
information_schema_inno.test
init_connect-master.opt
init_connect.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
init_file-master.opt
init_file.test
innodb-autoinc-optimize.test
innodb-big.test
innodb-deadlock.test
innodb-lock.test
innodb-master.opt
innodb-replace.test
innodb-ucs2.test
innodb.test
innodb_bug35220.test
innodb_bug42419.test Bug #42419: test suite fix 2009-02-20 11:12:06 +02:00
innodb_cache-master.opt
innodb_cache.test
innodb_gis.test
innodb_handler.test
innodb_mysql-master.opt Bug #42419: test suite fix 2009-02-20 11:12:06 +02:00
innodb_mysql.test Bug #42419: test suite fix 2009-02-20 11:12:06 +02:00
innodb_notembedded.test
innodb_timeout_rollback-master.opt
innodb_timeout_rollback.test
innodb_unsafe_binlog-master.opt
innodb_unsafe_binlog.test
insert.test
insert_notembedded.test
insert_select-binlog.test
insert_select.test
insert_update.test
join.test
join_crash.test
join_nested.test
join_outer.test
key.test
key_cache-master.opt
key_cache.test
key_diff.test
key_primary.test
keywords.test
kill.test
kill_n_check.sh
limit.test
loaddata.test
loaddata_autocom_innodb.test
loaddata_autocom_ndb.test
lock.test
lock_multi.test Merge of fixes into actual tree 2009-03-23 21:19:41 +01:00
lock_multi_bug38499.test Fix for Bug#43015 and Bug#43065 2009-03-23 15:22:31 +01:00
lock_multi_bug38691.test Fix for Bug#43015 and Bug#43065 2009-03-23 15:22:31 +01:00
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
log.sh
long_tmpdir-master.opt
long_tmpdir-master.sh
long_tmpdir.test
lowercase_fs_off.test
lowercase_mixed_tmpdir-master.opt
lowercase_mixed_tmpdir-master.sh
lowercase_mixed_tmpdir.test
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_utf8-master.opt Bug#25830 SHOW TABLE STATUS behaves differently depending on table name(for 5.0 only) 2009-02-17 18:22:48 +04:00
lowercase_utf8.test Bug#25830 SHOW TABLE STATUS behaves differently depending on table name(for 5.0 only) 2009-02-17 18:22:48 +04:00
lowercase_view-master.opt
lowercase_view.test
merge.test BUG#32047 - 'Spurious' errors while opening MERGE tables 2009-02-04 15:46:23 +04:00
metadata.test
mix_innodb_myisam_binlog-master.opt
mix_innodb_myisam_binlog.test
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
multi_update2-master.opt Fix for Bug#26890 main.multi_update times out 2008-11-19 19:17:26 +01:00
multi_update2.test Fix for Bug#26890 main.multi_update times out 2008-11-19 19:17:26 +01:00
multi_update_tiny_hash-master.opt
multi_update_tiny_hash.test
myisam-blob-master.opt
myisam-blob.test
myisam.test
myisampack.test Fix for BUG#41541 - Valgrind warnings on packed MyISAM table 2009-03-25 14:45:53 +05:30
mysql-bug41486.test Fix for bug #43801: mysql.test takes too long, fails due to 2009-03-24 23:44:38 +03:00
mysql.test Automerge. 2009-03-24 23:50:59 +03:00
mysql_client_test.opt
mysql_client_test.test
mysql_comments.sql
mysql_comments.test
mysql_delimiter.sql
mysql_delimiter_19799.sql
mysql_delimiter_source.sql
mysql_protocols.test
mysql_upgrade.test
mysqladmin.test
mysqlbinlog-cp932-master.opt
mysqlbinlog-cp932.test
mysqlbinlog-master.opt
mysqlbinlog.test Merge of fix for Bug#42003 and Bug#43114 into more actual GCA tree 2009-03-05 14:35:03 +01:00
mysqlbinlog2.test
mysqlcheck.test Fix for bug#37527: mysqlcheck fails to report entire database 2008-11-14 11:40:46 +04:00
mysqldump-compat.opt
mysqldump-compat.test Prepared BUG#42711 for push 2009-03-02 11:03:13 +01:00
mysqldump-max.test
mysqldump-no-binlog-master.opt
mysqldump-no-binlog.test
mysqldump.test Merge from bugfix tree. 2009-03-10 12:53:43 -04:00
mysqlshow.test
mysqltest.test Merge of fix for Bug#42003 and Bug#43114 into more actual GCA tree 2009-03-05 14:35:03 +01:00
named_pipe-master.opt
named_pipe.test
ndb_alter_table.test
ndb_alter_table2.test
ndb_auto_increment.test
ndb_autodiscover.test Bug#38831: 11 test cases fail on Windows due to missing commands 2009-02-19 15:37:40 -05:00
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_autodiscover3.test
ndb_backup_print.test
ndb_basic.test
ndb_bitfield.test
ndb_blob.test
ndb_bug26793.test
ndb_bug31477.test
ndb_cache.test
ndb_cache2.test
ndb_cache_multi.test
ndb_cache_multi2.test
ndb_charset.test
ndb_condition_pushdown.test
ndb_config.test
ndb_database.test
ndb_gis.test
ndb_grant.later
ndb_index.test
ndb_index_ordered.test
ndb_index_unique.test
ndb_insert.test
ndb_limit.test
ndb_load.test
ndb_loaddatalocal.test
ndb_lock.test
ndb_minmax.test
ndb_multi.test
ndb_read_multi_range.test
ndb_rename.test
ndb_replace.test
ndb_restore.test
ndb_restore_different_endian_data.test
ndb_restore_print.test
ndb_single_user.test
ndb_subquery.test
ndb_transaction.test
ndb_trigger.test
ndb_truncate.test
ndb_types.test
ndb_update.test
negation_elimination.test
not_embedded_server-master.opt
not_embedded_server.test Backport patch for Bug#31222 (com_% global status counters behave randomly 2009-01-15 12:36:34 +03:00
null.test
null_key.test
odbc.test
olap.test
openssl_1.test 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
order_by.test
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
outfile_loaddata.test
overflow.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
packet.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
parser.test
parser_precedence.test
parser_stack.test
perror-win.test error code is changed to satisfy Win NT 2008-11-28 17:12:43 +04:00
perror.test
preload.test
ps-master.opt
ps.test Prepare for push of BUG#43111 2009-02-25 11:37:30 +01:00
ps_1general.test
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 Bug#36326: nested transaction and select 2009-01-13 20:07:06 -02:00
query_cache_merge.test
query_cache_notembedded.test Remove test case for bug 40264. 2009-02-13 17:26:20 -02:00
query_cache_with_views.test
raid.test
range.test
read_only.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
rename.test
repair.test
replace.test
rollback.test
round.test
row.test Bug#37601 Cast Is Not Done On Row Comparison 2009-02-19 17:20:44 +04:00
rowid_order_bdb.test
rowid_order_innodb.test
rpl000001-slave.opt
rpl000001.test
rpl000002.test
rpl000004.test
rpl000005.test
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh
rpl000015.slave-mi
rpl000015.test
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test
rpl000018-master.opt
rpl000018-slave.opt
rpl_alter.test
rpl_auto_increment-master.opt
rpl_auto_increment.test
rpl_auto_increment_11932.test
rpl_auto_increment_bug33029.test
rpl_bug33931-slave.opt
rpl_bug33931.test
rpl_change_master.test
rpl_charset.test
rpl_charset_sjis.test
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test
rpl_critical_errors.test
rpl_ddl.test
rpl_deadlock-slave.opt
rpl_deadlock.test
rpl_delete_all.test
rpl_do_grant.test
rpl_drop.test
rpl_drop_db.test
rpl_drop_temp-slave.opt
rpl_drop_temp.test
rpl_drop_view.test
rpl_dual_pos_advance-master.opt
rpl_dual_pos_advance-slave.opt
rpl_dual_pos_advance.test
rpl_EE_error.test
rpl_empty_master_crash-master.opt
rpl_empty_master_crash.test
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test
rpl_failed_optimize-master.opt
rpl_failed_optimize.test
rpl_filter_tables_not_exist-slave.opt BUG#37051 Replication rules not evaluated correctly 2009-03-05 18:10:44 +08:00
rpl_filter_tables_not_exist.test BUG#37051 Replication rules not evaluated correctly 2009-03-05 18:10:44 +08:00
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
rpl_free_items.test
rpl_get_lock.test
rpl_grant.test
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
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_innodb.test
rpl_insert_delayed.test
rpl_insert_id-slave.opt
rpl_insert_id.test
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_insert_select.test
rpl_killed_ddl-master.opt BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 2009-03-27 13:19:50 +08:00
rpl_killed_ddl.test BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 2009-03-27 13:19:50 +08:00
rpl_known_bugs_detection-master.opt
rpl_known_bugs_detection.test
rpl_loaddata.test
rpl_loaddata_charset.test
rpl_loaddata_map-master.opt
rpl_loaddata_map-slave.opt
rpl_loaddata_map.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_locale.test
rpl_log-master.opt
rpl_log-slave.opt
rpl_log.test
rpl_log_pos.test
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_max_relay_size.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test
rpl_multi_delete-slave.opt
rpl_multi_delete.test
rpl_multi_delete2-slave.opt
rpl_multi_delete2.test
rpl_multi_query.test
rpl_multi_update.test
rpl_multi_update2-slave.opt
rpl_multi_update2.test
rpl_multi_update3.test
rpl_multi_update4-slave.opt
rpl_multi_update4.test
rpl_mystery22.test
rpl_name_const.test BUG#35515 Aliases of variables in binary log are ignored with NAME_CONST. 2009-03-26 15:38:17 +08:00
rpl_ndb_innodb_trans-slave.opt
rpl_ndb_innodb_trans.test
rpl_openssl.test
rpl_optimize.test
rpl_packet-master.opt
rpl_packet-slave.opt
rpl_packet.test Bug #33420 Test 'rpl_packet' fails randomly with changed "Exec_Master_Log_Pos" 2008-12-04 18:36:45 +02:00
rpl_ps.test
rpl_redirect.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_reset_slave.test
rpl_rewrite_db-slave.opt
rpl_rewrite_db.test
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test
rpl_server_id.test
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
rpl_slave_skip-slave.opt
rpl_slave_skip.test
rpl_slave_status.test
rpl_sp-master.opt
rpl_sp-slave.opt
rpl_sp.test
rpl_sp_effects-master.opt
rpl_sp_effects-slave.opt
rpl_sp_effects.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_ssl.test
rpl_start_stop_slave.test
rpl_temporary.test
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test Fix the test case error in PB. 2009-03-25 16:19:09 +08:00
rpl_transaction-master.opt
rpl_transaction-slave.opt
rpl_transaction.test
rpl_trigger.test Bug#38831: 11 test cases fail on Windows due to missing commands 2009-02-19 15:37:40 -05:00
rpl_trunc_temp.test
rpl_until.test
rpl_user.test
rpl_user_variables.test
rpl_variables-master.opt
rpl_variables.test
rpl_view.test
schema.test
select.test Bug#40953 SELECT query throws "ERROR 1062 (23000): Duplicate entry..." error 2008-12-24 19:24:11 +04:00
select_found.test
select_safe.test
shm-master.opt
shm.test Bug#33899: Deadlock in mysql_real_query with shared memory connections 2009-03-26 20:17:27 -03:00
show_check-master.opt
show_check.test Merge of fix for Bug#42003 and Bug#43114 into more actual GCA tree 2009-03-05 14:35:03 +01:00
skip_grants-master.opt
skip_grants.test
skip_name_resolve-master.opt
skip_name_resolve.test Merge of fix for Bug#42003 and Bug#43114 into more actual GCA tree 2009-03-05 14:35:03 +01:00
sp-big.test
sp-code.test
sp-destruct.test
sp-dynamic.test
sp-error.test
sp-prelocking.test
sp-security.test Merge of fix for Bug#42003 and Bug#43114 into more actual GCA tree 2009-03-05 14:35:03 +01:00
sp-threads.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
sp-ucs2.test
sp-vars.test
sp.test
sp_notembedded.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
sp_stress_case.test
sp_trans.test
sp_trans_log.test
sql_mode.test
ssl-big.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
ssl.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
ssl_8k_key.test
ssl_compress.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
ssl_connect.test
status.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
status2.test
strict.test Bug#39591: Crash if table comment is longer than 62 characters 2008-11-20 15:39:39 +01:00
strict_autoinc_1myisam.test
strict_autoinc_2innodb.test
strict_autoinc_3heap.test
strict_autoinc_4bdb.test
strict_autoinc_5ndb.test
subselect.test This belongs to the fix for 2009-02-09 21:52:40 +01:00
subselect2.test
subselect3.test Bug #39069: <row constructor> IN <table-subquery> seriously 2009-01-28 22:46:45 +04:00
subselect_gis.test
subselect_innodb.test
subselect_notembedded.test
sum_distinct-big.test
sum_distinct.test
symlink.test
synchronization.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
sysdate_is_now-master.opt
sysdate_is_now.test
system_mysql_db.test
system_mysql_db_fix30020-master.opt
system_mysql_db_fix30020.test
system_mysql_db_fix40123-master.opt
system_mysql_db_fix40123.test
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt
temp_table.test
timezone-master.opt
timezone.test
timezone2.test
timezone3-master.opt
timezone3.test Bug #39920: MySQL cannot deal with Leap Second expression in string literal. 2008-12-01 16:18:35 +02:00
timezone4-master.opt
timezone4.test
timezone_grant.test 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
trigger-compat.test Bug#38831: 11 test cases fail on Windows due to missing commands 2009-02-19 15:37:40 -05:00
trigger-grant.test
trigger-trans.test
trigger.test
truncate.test
type_binary.test
type_bit.test Bug#31399 Wrong query result when doing join buffering over BIT fields 2008-12-09 16:59:47 +04:00
type_bit_innodb.test Bug #32625: Make test type_bit_innodb more robust 2009-03-11 14:54:57 -06:00
type_blob.test
type_date.test
type_datetime.test
type_decimal.test
type_enum.test
type_float.test Fixed bdb_gis and ndb_gis test failures in PB introduced by the patch for bug #21205. 2009-02-14 18:36:57 +03:00
type_nchar.test
type_newdecimal-big.test
type_newdecimal.test Bug#31616 div_precision_increment description looks wrong 2008-11-17 19:41:09 +04:00
type_ranges.test
type_set.test
type_time.test
type_timestamp.test Bug#41370: TIMESTAMP field does not accepts NULL from FROM_UNIXTIME() 2009-01-30 17:12:24 +01:00
type_uint.test
type_varchar.test
type_year.test
udf.test
udf_skip_grants-master.opt
udf_skip_grants.test
union-master.opt
union.test Bug#43329 prepared for commit on 5.0 2009-03-18 15:07:13 +01:00
update.test
user_limits.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
user_var-binlog.test
user_var.test
utils.sh
varbinary.test
variables-big.test
variables.test Bug#41893 - main.variables mysql-test fails if new variable like '%alloc%' is added. 2009-02-26 18:00:47 +02:00
view.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
view_grant.test Merge of fix for Bug#42003 and Bug#43114 into more actual GCA tree 2009-03-05 14:35:03 +01:00
wait_for_process.sh
wait_for_socket.sh
wait_timeout-master.opt
wait_timeout.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
warnings-master.opt
warnings.test
windows.test Bug #33813: Schema names are case-sensitive in DROP FUNCTION 2009-02-10 11:58:19 +02:00
xa.test Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00