mariadb/mysql-test/extra/rpl_tests
Kristian Nielsen e1ef99c3dc MDEV-7145: Delayed replication
Merge feature into 10.2 from feature branch.

Delayed replication adds an option

  CHANGE MASTER TO master_delay=<seconds>

Replication will then delay applying events with that many
seconds. This creates a replication slave that reflects the state of
the master some time in the past.

Feature is ported from MySQL source tree.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2016-10-16 23:44:44 +02:00
..
check_type.inc
create_recursive_construct.inc
delayed_slave_wait_on_query.inc BUG#56442: Slave executes delayed statements when STOP SLAVE is issued 2016-10-14 23:15:59 +02:00
rpl_auto_increment.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_auto_increment_insert_view.test
rpl_auto_increment_invoke_trigger.test
rpl_autoinc_func_invokes_trigger.test
rpl_binlog_max_cache_size.test Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
rpl_blackhole.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_charset.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_commit_after_flush.test
rpl_conflicts.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_ddl.test MDEV-6112 multiple triggers per table 2016-10-05 01:11:07 +03:00
rpl_deadlock.test
rpl_delete_no_where.test
rpl_drop_create_temp_table.inc
rpl_drop_create_temp_table.test
rpl_EE_err.test
rpl_extra_col_master.test clarify ER_CANT_DROP_FIELD_OR_KEY 2016-07-02 14:52:20 +02:00
rpl_extra_col_slave.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_failed_optimize.test
rpl_flsh_tbls.test Fixed bug in semi_sync replication tests. 2016-01-03 13:27:59 +02:00
rpl_foreign_key.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_get_master_version_and_clock.test fix many rpl test failures 2016-09-15 15:31:28 +02:00
rpl_implicit_commit_binlog.test Don't write DROP TEMPORARY TABLE to binary log 2015-10-05 17:14:13 +02:00
rpl_innodb.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_insert_delayed.test
rpl_insert_id.test
rpl_insert_id_pk.test
rpl_insert_ignore.test
rpl_loaddata.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loadfile.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_log.test
rpl_max_relay_size.test
rpl_mixing_engines.inc
rpl_mixing_engines.test Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
rpl_multi_query.test
rpl_multi_update.test
rpl_multi_update2.test
rpl_multi_update3.test
rpl_not_null.test
rpl_partition.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_record_compare.test after-merge fix replication tests 2015-12-15 20:25:06 +01:00
rpl_relayrotate.test
rpl_reset_slave.test
rpl_row_001.test
rpl_row_annotate.test MDEV-7864: Slave SQL: stopping on non-last RBR event with annotations results in SEGV (signal 11) 2015-04-28 11:56:54 +02:00
rpl_row_basic.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_blob.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_delayed_ins.test
rpl_row_func003.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_img.test [MDEV-6877] Added basic tests for binlog_row_image using minimal and noblob values 2015-06-30 14:44:33 +03:00
rpl_row_img_blobs.test [MDEV-6877] Added tests for binlog_row_image using noblobs switch 2015-06-30 14:30:38 +03:00
rpl_row_sp002.test
rpl_row_sp003.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_sp006.test
rpl_row_sp007.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_tabledefs.test General spell fixing in comments and strings 2016-06-08 14:17:23 +03:00
rpl_row_UUID.test
rpl_set_null.test
rpl_show_binlog_events.inc
rpl_show_log_events_with_varying_options.inc
rpl_show_relaylog_events.inc
rpl_start_stop_slave.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stm_create_if_not_exists.test
rpl_stm_EE_err2.test
rpl_stop_middle_group.test
rpl_stop_slave.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_sv_relay_space.test Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
rpl_test_framework.inc MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_tmp_table_and_DDL.test
rpl_trig004.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_truncate.test
rpl_truncate_helper.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
type_conversions.test