Commit f02ec2b5 authored by Andrei Elkin's avatar Andrei Elkin

correcting rpl_partition.result

parent 494cb46d
...@@ -177,6 +177,8 @@ Last_IO_Errno # ...@@ -177,6 +177,8 @@ Last_IO_Errno #
Last_IO_Error # Last_IO_Error #
Last_SQL_Errno 0 Last_SQL_Errno 0
Last_SQL_Error Last_SQL_Error
Replicate_Ignore_Server_Ids
Master_Server_Id 1
SELECT count(*) "Slave norm" FROM t1; SELECT count(*) "Slave norm" FROM t1;
Slave norm 500 Slave norm 500
SELECT count(*) "Slave bykey" FROM t2; SELECT count(*) "Slave bykey" FROM t2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment