diff options
author | Alexander Barkov <bar@mariadb.com> | 2018-12-04 18:11:45 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2018-12-04 18:11:45 +0400 |
commit | 1c37ac84ef102f4e45d68f1442832a29387c27ba (patch) | |
tree | e29671344c51609a48fc9e3d8af14dbb7cbe2a69 /mysql-test/std_data | |
parent | 269da4bf192d4fe4291eb3d6013e681af2ddcbef (diff) | |
download | mariadb-git-1c37ac84ef102f4e45d68f1442832a29387c27ba.tar.gz |
MDEV-8894 Inserting fractional seconds into MySQL 5.6 master breaks consistency on MariaDB 10 slave
The previous patch 269da4bf192d4fe4291eb3d6013e681af2ddcbef was
actually for MDEV-8894 (not for MDEV-5377). It was erroneously
pushed with a wrong title.
This patch is a small cleanup for MDEV-8894.
CREATE TABLE is now not a part of binary logs recorded with MySQL,
only INSERT statements are. This will allow to reuse the same binary
logs in combinations with different CREATE TABLE statements,
to tests different data types.
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/rpl/mysql-5.7.11-stm-temporal-round-binlog.000001 | bin | 695 -> 514 bytes |
-rw-r--r-- | mysql-test/std_data/rpl/mysql-8.0.13-stm-temporal-round-binlog.000001 | bin | 1095 -> 892 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/mysql-test/std_data/rpl/mysql-5.7.11-stm-temporal-round-binlog.000001 b/mysql-test/std_data/rpl/mysql-5.7.11-stm-temporal-round-binlog.000001 Binary files differindex a8de8b8c760..5010e164e43 100644 --- a/mysql-test/std_data/rpl/mysql-5.7.11-stm-temporal-round-binlog.000001 +++ b/mysql-test/std_data/rpl/mysql-5.7.11-stm-temporal-round-binlog.000001 diff --git a/mysql-test/std_data/rpl/mysql-8.0.13-stm-temporal-round-binlog.000001 b/mysql-test/std_data/rpl/mysql-8.0.13-stm-temporal-round-binlog.000001 Binary files differindex 79e242d0783..4d582fdf5bb 100644 --- a/mysql-test/std_data/rpl/mysql-8.0.13-stm-temporal-round-binlog.000001 +++ b/mysql-test/std_data/rpl/mysql-8.0.13-stm-temporal-round-binlog.000001 |