mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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 <pos>
This commit is contained in:
@ -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 <pos>
|
||||
RESET MASTER TO 100;
|
||||
SHOW MASTER STATUS;
|
||||
File Position Binlog_Do_DB Binlog_Ignore_DB
|
||||
master-bin.000100 313
|
||||
master-bin.000100 <pos>
|
||||
RESET MASTER;
|
||||
SHOW MASTER STATUS;
|
||||
File Position Binlog_Do_DB Binlog_Ignore_DB
|
||||
master-bin.000001 313
|
||||
master-bin.000001 <pos>
|
||||
|
Reference in New Issue
Block a user