1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

support for eval_result and let $var = query syntax in mysql-test

fixes for rpl_log test to make it config-independent
This commit is contained in:
sasha@mysql.sashanet.com
2001-06-30 13:08:35 -06:00
parent 12b442b649
commit ea2e911892
6 changed files with 116 additions and 41 deletions

View File

@ -1,4 +1,5 @@
source include/master-slave.inc;
eval_result; #result depends on some server specific params
#clean up slave binlogs
connection slave;
@ -28,10 +29,10 @@ show binlog events in 'master-bin.002';
show master logs;
save_master_pos;
connection slave;
let $VERSION=`select version()`;
slave start;
sync_with_master;
show master logs;
show binlog events in 'slave-bin.001' from 4;
show binlog events in 'slave-bin.002' from 4;
--replace_result 9306 9999 3334 9999 3335 9999
show slave status;