1# ==== Purpose ====
2#
3# Test the --[start|stop]-[position|datetime] options to mysqlbinlog,
4# with/without --read-from-remote-server, with one or two binary logs
5# as input.
6#
7# ==== Implementation ====
8
9--source include/not_gtid_enabled.inc
10
11# TODO: Need to look at making row based version once new binlog client is complete.
12-- source include/have_binlog_format_mixed_or_statement.inc
13
14--source extra/binlog_tests/binlog_mysqlbinlog_start_stop.inc
15
16