mirror of
https://github.com/MariaDB/server.git
synced 2025-04-26 11:49:09 +03:00
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
--source include/not_embedded.inc
|
|
--source include/have_binlog_format_statement.inc
|
|
reset master; # clear up binlogs
|
|
--exec $MYSQL_CLIENT_TEST test_datetime_ranges_mdev15289 > $MYSQLTEST_VARDIR/log/binlog_stm_datetime_ranges_mysql_client_test.out.log 2>&1
|
|
|
|
--let $binlog_file = LAST
|
|
source include/show_binlog_events.inc;
|