diff options
Diffstat (limited to 'mysql-test/t/include/master-slave.inc')
-rw-r--r-- | mysql-test/t/include/master-slave.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mysql-test/t/include/master-slave.inc b/mysql-test/t/include/master-slave.inc deleted file mode 100644 index 137749912a7..00000000000 --- a/mysql-test/t/include/master-slave.inc +++ /dev/null @@ -1,11 +0,0 @@ -connect (master,localhost,root,,test,0,var/tmp/mysql.sock); -connect (master1,localhost,root,,test,0,var/tmp/mysql.sock); -connect (slave,localhost,root,,test,0,var/tmp/mysql-slave.sock); -connect (slave1,localhost,root,,test,0,var/tmp/mysql-slave.sock); -connection slave; -!slave stop; -connection master; -reset master; -connection slave; -reset slave; -!slave start; |