1
by brian
clean slate |
1 |
# $binlog_start can be set by caller or take a default value |
2 |
||
3 |
if (!$binlog_start) |
|
4 |
{
|
|
5 |
let $binlog_start=107; |
|
6 |
}
|
|
7 |
--replace_result $binlog_start <binlog_start> |
|
8 |
--replace_column 2 # 4 # 5 # |
|
9 |
--replace_regex /\/\* xid=.* \*\//\/* XID *\// /table_id: [0-9]+/table_id: #/ /file_id=[0-9]+/file_id=#/ |
|
10 |
--eval show binlog events from $binlog_start |