diff options
author | Andrei Elkin <andrei.elkin@mariadb.com> | 2018-11-07 15:24:30 +0200 |
---|---|---|
committer | Andrei Elkin <andrei.elkin@mariadb.com> | 2018-11-07 21:13:50 +0200 |
commit | c565622c6c6f2cb5e1dbc034a934a91f9ff08fa4 (patch) | |
tree | 0264019cd9db6d6af943de1e7b7ef0e6700d047d /mysql-test/suite/rpl/disabled.def | |
parent | e82ebb8f06674a22d959b91415c084ed34fe994d (diff) | |
download | mariadb-git-c565622c6c6f2cb5e1dbc034a934a91f9ff08fa4.tar.gz |
MDEV-14528 followup.
There was a failure in rpl_delayed_slave after recent MDEV-14528 commit.
The parallel applier should not set its
Relay_log::last_master_timestamp from Format-descriptor log event.
The latter may reflect a deep past so Seconds-behind-master will be
computed through it and displayed all time while the first possibly
"slow" group of events is executed.
The main MDEV-14528 is refined, rpl_delayed_slave now passes also
in the parallel mode.
Diffstat (limited to 'mysql-test/suite/rpl/disabled.def')
-rw-r--r-- | mysql-test/suite/rpl/disabled.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/disabled.def b/mysql-test/suite/rpl/disabled.def index 3b740cbf974..e37ad842790 100644 --- a/mysql-test/suite/rpl/disabled.def +++ b/mysql-test/suite/rpl/disabled.def @@ -17,4 +17,3 @@ rpl_row_binlog_max_cache_size : MDEV-11092 rpl_blackhole : MDEV-11094 rpl_row_mysqlbinlog : MDEV-11095 rpl_row_index_choice : MDEV-11666 -rpl_delayed_slave : MDEV-14528 |