From 55d7871f987d759b888d4bffc3a729e67d1788da Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 21 Aug 2015 23:20:35 +0200 Subject: test cleanup: remove Format_description_log_event size dependency 1. use include/show_binlog_events.inc instead of SHOW BINLOG EVENTS 2. use include/show_relaylog_eventc.inc too 3. in all other places where a number might appear in the result file, include binlog_start_pos.inc, calculate the position like pos=`select $binlog_start_pos + 100`; and use replace_result $pos --- mysql-test/r/create_drop_binlog.result | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mysql-test/r/create_drop_binlog.result') diff --git a/mysql-test/r/create_drop_binlog.result b/mysql-test/r/create_drop_binlog.result index 8f6b35a7c8c..c5d66613aed 100644 --- a/mysql-test/r/create_drop_binlog.result +++ b/mysql-test/r/create_drop_binlog.result @@ -336,12 +336,12 @@ RESET MASTER; RESET MASTER; SHOW MASTER STATUS; File Position Binlog_Do_DB Binlog_Ignore_DB -master-bin.000001 313 +master-bin.000001 RESET MASTER TO 100; SHOW MASTER STATUS; File Position Binlog_Do_DB Binlog_Ignore_DB -master-bin.000100 313 +master-bin.000100 RESET MASTER; SHOW MASTER STATUS; File Position Binlog_Do_DB Binlog_Ignore_DB -master-bin.000001 313 +master-bin.000001 -- cgit v1.2.1