1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-15289 Binding an out-of-range DATETIME value in binary protocol breaks replication

This commit is contained in:
Alexander Barkov
2018-02-16 13:44:24 +04:00
parent 5ab4602810
commit 6668da2216
4 changed files with 141 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
--source include/not_embedded.inc
--source include/have_binlog_format_statement.inc
--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;