1#
2# MariaDB-5.3 fractional temporal types do not store metadata
3# when running with --binlog-format=row, thus can replicate
4# only into a field with exactly the same data type and format.
5#
6# Skip when running with --binlog-format=row.
7# But mixed and statement formats should work without problems.
8#
9-- source include/have_binlog_format_mixed_or_statement.inc
10
11--let $force_master_mysql56_temporal_format=false;
12--let $force_slave_mysql56_temporal_format=true;
13
14--source rpl_temporal_format_default_to_default.test
15