diff options
author | tomas@poseidon.ndb.mysql.com <> | 2006-04-12 15:56:29 +0200 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2006-04-12 15:56:29 +0200 |
commit | 7c911106094be28c1eff2ab8f148f1c3197cd313 (patch) | |
tree | 34e305c5e42008803074bcc71f3360daa0e5f599 /mysql-test/include/master-slave-end.inc | |
parent | 10692ba84fa00cb446b7bcb4cf84f021a0fffdd7 (diff) | |
download | mariadb-git-7c911106094be28c1eff2ab8f148f1c3197cd313.tar.gz |
new files
Diffstat (limited to 'mysql-test/include/master-slave-end.inc')
-rw-r--r-- | mysql-test/include/master-slave-end.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/include/master-slave-end.inc b/mysql-test/include/master-slave-end.inc new file mode 100644 index 00000000000..74e4c7b608a --- /dev/null +++ b/mysql-test/include/master-slave-end.inc @@ -0,0 +1,6 @@ +--connection master +--sync_slave_with_master +--connection slave +--disable_query_log +STOP SLAVE; +--enable_query_log |