diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-04-12 15:56:29 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-04-12 15:56:29 +0200 |
commit | af78db58351cf849c31c56da097577bff102f674 (patch) | |
tree | 34e305c5e42008803074bcc71f3360daa0e5f599 /mysql-test/include/master-slave-end.inc | |
parent | 2a07ed96102c2ae8686e4454921ddbb247bcbfa3 (diff) | |
download | mariadb-git-af78db58351cf849c31c56da097577bff102f674.tar.gz |
new files
mysql-test/include/master-slave-end.inc:
New BitKeeper file ``mysql-test/include/master-slave-end.inc''
mysql-test/include/ndb_setup_slave.inc:
New BitKeeper file ``mysql-test/include/ndb_setup_slave.inc''
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 |