1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fixed up mysql-test - will not push this yet, as more clean up/testing is to follow

This commit is contained in:
sasha@mysql.sashanet.com
2000-12-07 07:54:59 -07:00
parent a5c75df390
commit ec1359416b
92 changed files with 229 additions and 105 deletions

View File

@@ -0,0 +1,11 @@
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;