1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-05 12:42:17 +03:00

No more socket and no more diffs in result files.

This commit is contained in:
Horst.Hunger
2009-11-27 09:02:32 +01:00
parent 8424bef0c5
commit 836b51ac23
9 changed files with 84 additions and 82 deletions

View File

@ -1,7 +1,7 @@
--echo connect (master,$IPv6,root,,test,MASTER_MYPORT,MASTER_MYSOCK);
connect (master,$IPv6,root,,test,$MASTER_MYPORT,$MASTER_MYSOCK);
--echo connect (slave,127.0.0.1,root,,test,SLAVE_MYPORT,SLAVE_MYSOCK);
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,$SLAVE_MYSOCK);
--echo connect (master,$IPv6,root,,test,MASTER_MYPORT);
connect (master,$IPv6,root,,test,$MASTER_MYPORT);
--echo connect (slave,127.0.0.1,root,,test,SLAVE_MYPORT);
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT);
--echo connection master;
connection master;
reset master;