mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
16 lines
312 B
PHP
16 lines
312 B
PHP
|
# ==== Purpose ====
|
||
|
#
|
||
|
# Extract Gtid_list info from SHOW BINLOG EVENTS output masking
|
||
|
# non-deterministic fields.
|
||
|
#
|
||
|
# ==== Usage ====
|
||
|
#
|
||
|
# [--let $binlog_file=filename
|
||
|
#
|
||
|
if ($binlog_file)
|
||
|
{
|
||
|
--let $_in_binlog_file=in '$binlog_file'
|
||
|
}
|
||
|
--replace_column 2 # 5 #
|
||
|
--eval show binlog events $_in_binlog_file limit 1,1
|