1# ==== Purpose ====
2#
3# Extract Gtid_list info from SHOW BINLOG EVENTS output masking
4# non-deterministic fields.
5#
6# ==== Usage ====
7#
8# [--let $binlog_file=filename
9#
10if ($binlog_file)
11{
12  --let $_in_binlog_file=in '$binlog_file'
13}
14--replace_column 2 # 5 #
15--eval show binlog events $_in_binlog_file limit 1,1
16