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

Modifications in mysql-5.1 engines test suite.

This commit is contained in:
Nirbhay Choubey
2011-01-05 12:16:07 +05:30
parent 78df8c4fba
commit 616fd28c51
33 changed files with 731 additions and 159 deletions

View File

@@ -9,6 +9,9 @@ reset master;
stop slave;
--replace_result $SLAVE_MYPORT SLAVE_PORT
eval change master to master_port=$SLAVE_MYPORT;
--replace_result $SLAVE_MYPORT SLAVE_PORT
--replace_column 18 #
show slave status;
start slave;
insert into t1 values (1);
save_master_pos;