mariadb/mysql-test/include
unknown b55468d713 Updated patch for Bug#28497 based off of Magnus's review
mysql-test/include/wait_for_slave_io_to_stop.inc:
  Updated previous commit to include Magnus's change request from review. In addition, I moved it from the mysql-5.1 to mysql-5.1-maint clone. We now have 3 new replications tools and one tool that has been refactored. 1) include/wait_for_slave_to_stop.inc replaces the old mysqltest.c wait_for_slave_to_stop. NEW: 2) include/wait_for_slave_sql_to_stop.inc is for when you are expecting the slave to get an SQL error and waiting for the SQL Thread to stop. 3) include/wait_for_slave_io_to_stop.inc is used for test that you expect sometype of IO error and the IO Thread to stop. 4) include/wait_for_slave_to_start.inc for waiting for the slave to completely start before moving forward in the test. All 4 tests have a built in loop that will stop the test if any of the tools take too long.
mysql-test/include/wait_for_slave_sql_to_stop.inc:
  Updated previous commit to include Magnus's change request from review. In addition, I moved it from the mysql-5.1 to mysql-5.1-maint clone. We now have 3 new replications tools and one tool that has been refactored. 1) include/wait_for_slave_to_stop.inc replaces the old mysqltest.c wait_for_slave_to_stop. NEW: 2) include/wait_for_slave_sql_to_stop.inc is for when you are expecting the slave to get an SQL error and waiting for the SQL Thread to stop. 3) include/wait_for_slave_io_to_stop.inc is used for test that you expect sometype of IO error and the IO Thread to stop. 4) include/wait_for_slave_to_start.inc for waiting for the slave to completely start before moving forward in the test. All 4 tests have a built in loop that will stop the test if any of the tools take too long.
mysql-test/include/wait_for_slave_to_start.inc:
  Updated previous commit to include Magnus's change request from review. In addition, I moved it from the mysql-5.1 to mysql-5.1-maint clone. We now have 3 new replications tools and one tool that has been refactored. 1) include/wait_for_slave_to_stop.inc replaces the old mysqltest.c wait_for_slave_to_stop. NEW: 2) include/wait_for_slave_sql_to_stop.inc is for when you are expecting the slave to get an SQL error and waiting for the SQL Thread to stop. 3) include/wait_for_slave_io_to_stop.inc is used for test that you expect sometype of IO error and the IO Thread to stop. 4) include/wait_for_slave_to_start.inc for waiting for the slave to completely start before moving forward in the test. All 4 tests have a built in loop that will stop the test if any of the tools take too long.
mysql-test/include/wait_for_slave_to_stop.inc:
  Updated previous commit to include Magnus's change request from review. In addition, I moved it from the mysql-5.1 to mysql-5.1-maint clone. We now have 3 new replications tools and one tool that has been refactored. 1) include/wait_for_slave_to_stop.inc replaces the old mysqltest.c wait_for_slave_to_stop. NEW: 2) include/wait_for_slave_sql_to_stop.inc is for when you are expecting the slave to get an SQL error and waiting for the SQL Thread to stop. 3) include/wait_for_slave_io_to_stop.inc is used for test that you expect sometype of IO error and the IO Thread to stop. 4) include/wait_for_slave_to_start.inc for waiting for the slave to completely start before moving forward in the test. All 4 tests have a built in loop that will stop the test if any of the tools take too long.
mysql-test/t/rpl_critical_errors.test:
  Updated to use new tool(s)
mysql-test/t/rpl_dual_pos_advance.test:
  Updated to use new tool(s)
mysql-test/t/rpl_known_bugs_detection.test:
  Updated to use new tool(s)
mysql-test/t/rpl_rotate_logs.test:
  Updated to use new tool(s)
mysql-test/t/rpl_row_inexist_tbl.test:
  Updated to use new tool(s)
mysql-test/extra/rpl_tests/rpl_extraSlave_Col.test:
  Updated to use new tool(s)
mysql-test/extra/rpl_tests/rpl_loaddata.test:
  Updated to use new tool(s)
mysql-test/extra/rpl_tests/rpl_row_tabledefs.test:
  Updated to use new tool(s)
mysql-test/extra/rpl_tests/rpl_stm_000001.test:
  Updated to use new tool(s)
mysql-test/extra/rpl_tests/rpl_stm_EE_err2.test:
  Updated to use new tool(s)
2007-06-13 05:52:43 +02:00
..
add_anonymous_users.inc Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
analyze_failure_sync_with_master.test Add analyze_testcase_failure which is called when mysqltest has failed 2006-10-24 17:36:46 +02:00
big_test.inc
check-testcase.test Print names of testcases that failed check_testcase, this makes it easier 2006-10-08 17:48:01 +02:00
check_var_limit.inc
common-tests.inc
concurrent.inc
ctype_common.inc
ctype_filesort.inc
ctype_innodb_like.inc
ctype_like_escape.inc Add printout of file in which warning was detected 2006-10-06 00:57:10 +02:00
deadlock.inc
delete_anonymous_users.inc Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
endspace.inc
federated.inc Fixed federated and some replication tests to not stop slave until it's up and running. 2007-04-17 14:41:16 +03:00
federated_cleanup.inc Fixed federated and some replication tests to not stop slave until it's up and running. 2007-04-17 14:41:16 +03:00
get_binlog_dump_thread_id.inc Workaround non portable use of "grep" and "cut" by loading the whole processlist 2007-02-26 09:16:22 +01:00
gis_generic.inc Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50 2007-03-29 12:00:32 +02:00
grant_cache.inc This changeset belongs to the fix of Bug#735 Prepared Statements: there is no support for Query Cache 2007-05-24 22:13:49 +02:00
handler.inc Merge chilla.local:/home/mydev/mysql-5.1--main 2006-09-14 21:44:17 +02:00
have_archive.inc Removed ifdef need. 2006-09-19 13:58:12 -07:00
have_big5.inc
have_binlog_format_mixed.inc Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:20:49 +02:00
have_binlog_format_mixed_or_row.inc Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:20:49 +02:00
have_binlog_format_mixed_or_statement.inc Add "have_log_bin" requirement for fast skip when running without binlog 2007-06-07 20:35:32 +02:00
have_binlog_format_row.inc Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:20:49 +02:00
have_binlog_format_statement.inc Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:20:49 +02:00
have_blackhole.inc Removed ifdef need. 2006-09-19 13:58:12 -07:00
have_case_sensitive_file_system.inc
have_compress.inc
have_cp932.inc
have_cp1250_ch.inc
have_crypt.inc
have_csv.inc Removed ifdef need. 2006-09-19 13:58:12 -07:00
have_debug.inc
have_eucjpms.inc
have_euckr.inc
have_example_plugin.inc Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
have_exampledb.inc Removed ifdef need. 2006-09-19 13:58:12 -07:00
have_federated_db.inc Removed ifdef need. 2006-09-19 13:58:12 -07:00
have_gb2312.inc
have_gbk.inc
have_geometry.inc
have_innodb.inc Removed ifdef need. 2006-09-19 13:58:12 -07:00
have_latin2_ch.inc
have_log_bin.inc files to check if log bin is turned on 2007-05-14 14:38:50 +02:00
have_lowercase0.inc Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
have_lowercase1.inc Bug #27653: Temp table can't be created if lower_case_table_names=1 and 2007-04-30 23:16:46 +02:00
have_multi_ndb.inc Wait for mysqld connected to NDB to come out of read only mode 2006-12-22 13:34:23 +01:00
have_ndb.inc Remove wait until not readonly 2007-01-16 09:38:09 +01:00
have_ndb_extra.inc
have_ndbapi_examples.inc
have_outfile.inc
have_partition.inc
have_query_cache.inc Fix for BUG#735 "Prepared Statements: there is no support for Query 2007-03-09 18:09:57 +01:00
have_sjis.inc
have_ssl.inc Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
have_symlink.inc Fix for valgrind errors in test: require symlink support for partition_not_windows.test 2007-04-25 20:21:55 +02:00
have_tis620.inc
have_ucs2.inc
have_udf.inc Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
have_ujis.inc
im_check_env.inc Fixed a LOT of compiler warnings 2006-11-27 01:47:38 +02:00
index_merge1.inc
index_merge2.inc Merge chilla.local:/home/mydev/mysql-5.1--main 2006-09-14 21:44:17 +02:00
index_merge_2sweeps.inc
index_merge_ror.inc Merge mysql.com:/home/svoj/devel/mysql/BUG25048/mysql-5.0-engines 2006-12-26 18:04:31 +04:00
index_merge_ror_cpk.inc
innodb_rollback_on_timeout.inc Added innodb_rollback_on_timeout option to restore the 4.1 2006-12-19 16:57:51 -07:00
loaddata_autocom.inc
master-slave-end.inc
master-slave-reset.inc
master-slave.inc Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint 2007-06-07 20:27:19 +02:00
mix1.inc Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 2007-06-06 10:57:07 -07:00
mix2.inc Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 2007-06-06 10:57:07 -07:00
mix2_ucs2.inc 5.1-specific fix for bug #18743. 2007-02-19 15:31:55 +03:00
mysqltest-x.inc
ndb_backup.inc Bug#26899 ndb_restore cannot restore selected tables and databases 2007-03-07 13:19:37 +07:00
ndb_backup_print.inc Bug#26899 ndb_restore cannot restore selected tables and databases 2007-03-07 13:19:37 +07:00
ndb_default_cluster.inc
ndb_not_readonly.inc Add the missing file 2006-12-22 13:57:33 +01:00
ndb_restore_master.inc
ndb_restore_slave_eoption.inc
ndb_setup_slave.inc Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
not_as_root.inc
not_embedded.inc Small fixes for merge. 2007-04-10 18:01:29 +03:00
not_ndb.inc
not_ndb_default.inc
not_openssl.inc
not_valgrind.inc
not_windows.inc
one_thread_per_connection.inc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
parser_bug21114.inc Bug#21114 (Foreign key creation fails to table with name format) 2006-11-02 11:01:53 -07:00
partition_1.inc
partition_10.inc
partition_11.inc
partition_12.inc
partition_layout.inc
ps_conv.inc Bug#27590: Wrong DATE/DATETIME comparison. 2007-04-27 00:12:09 +04:00
ps_create.inc
ps_modify.inc Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 2007-06-06 10:57:07 -07:00
ps_modify1.inc
ps_query.inc Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
ps_renew.inc
query_cache.inc Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 2007-06-06 10:57:07 -07:00
query_cache_sql_prepare.inc This changeset belongs to the fix of Bug#735 Prepared Statements: there is no support for Query Cache 2007-05-24 22:13:49 +02:00
read_many_rows.inc
report-features.test add --report-features to mysql-test-run.pl 2006-11-10 13:12:08 +01:00
rowid_order.inc
rpl_events.inc This patch includes modification to the rpl_events test to limit 2007-03-30 12:16:48 -04:00
rpl_multi_engine.inc
rpl_multi_engine3.inc
rpl_stmt_seq.inc Bug#18946 Test case rpl_ndb_ddl disabled 2007-03-06 18:15:31 +01:00
rpl_udf.inc Patching tests to make them pass on all platforms. 2007-03-30 14:05:34 +02:00
safe_set_to_maybe_ro_var.inc Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage 2006-09-15 17:25:13 +03:00
show_binlog_events.inc revert back to old show_binlog_events asto many test failures, and create a show_binlog_events2 instead 2007-04-18 23:08:56 +02:00
show_binlog_events2.inc revert back to old show_binlog_events asto many test failures, and create a show_binlog_events2 instead 2007-04-18 23:08:56 +02:00
show_msg.inc Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
show_msg80.inc Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
sp-vars.inc Remove compiler warnings 2006-11-20 22:42:06 +02:00
strict_autoinc.inc Bug#18908: ERROR 1406 (22001): Data too long for column :: using utf8 2006-10-30 10:14:03 +04:00
system_db_struct.inc WL #3031 2006-12-11 11:44:03 -05:00
test_outfile.inc
testdb_only.inc
unsafe_binlog.inc
uses_vardir.inc Bug#28718 Running backup testcase fails in mysql testsuite of MySQL-enterprise-5.0.40 2007-06-07 23:18:19 +02:00
varchar.inc Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 2007-06-06 10:57:07 -07:00
wait_condition.inc BUG#16420: Events: timestamps become UTC 2007-03-16 17:31:07 +03:00
wait_for_query_to_suceed.inc Bug#18654 Test is timing-dependent and fails from scheduling effects (?) 2006-10-30 14:42:28 +01:00
wait_for_slave_io_to_stop.inc Updated patch for Bug#28497 based off of Magnus's review 2007-06-13 05:52:43 +02:00
wait_for_slave_sql_to_stop.inc Updated patch for Bug#28497 based off of Magnus's review 2007-06-13 05:52:43 +02:00
wait_for_slave_to_start.inc Updated patch for Bug#28497 based off of Magnus's review 2007-06-13 05:52:43 +02:00
wait_for_slave_to_stop.inc Updated patch for Bug#28497 based off of Magnus's review 2007-06-13 05:52:43 +02:00
wait_show_pattern.inc Fix for bug #25044 "ALTER TABLE ... ENABLE KEYS acquires global 'opening 2007-01-19 23:15:59 +03:00
wait_slave_status.inc Fix for bug #25044 "ALTER TABLE ... ENABLE KEYS acquires global 'opening 2007-01-19 23:15:59 +03:00
wait_until_connected_again.inc Increase time to wait for mysqld to get restarted(it will take some time when running in valgrind) 2006-09-28 11:53:42 +02:00
wait_until_rows_count.inc BUG#25211: events_bugs.test fails on sapsrv1 2007-01-19 18:33:48 +03:00
windows.inc