diff options
author | Andrei Elkin <aelkin@mysql.com> | 2009-10-09 16:26:37 +0300 |
---|---|---|
committer | Andrei Elkin <aelkin@mysql.com> | 2009-10-09 16:26:37 +0300 |
commit | 6a541923c390a81a64a373fc91aafaea6f748b85 (patch) | |
tree | 754058f2682c151caea880f5435fd4fd1c0ce3ac /sql/rpl_rli.cc | |
parent | 66b869d63740a146277346ba7f7ab06264cd6527 (diff) | |
download | mariadb-git-6a541923c390a81a64a373fc91aafaea6f748b85.tar.gz |
backporting fixes of bug@45940 to 5.1-rpl+2 to cover failures rpl_heartbeat_* as well.
mysql-test/suite/rpl/r/rpl_stop_middle_group.result:
the new result file
mysql-test/suite/rpl/t/rpl_stop_middle_group.test:
renamed from rpl_row_stop_middle_update and added a regression test for bug#45940.
Diffstat (limited to 'sql/rpl_rli.cc')
-rw-r--r-- | sql/rpl_rli.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/rpl_rli.cc b/sql/rpl_rli.cc index b3a1bbc31d2..ec3adc79ca2 100644 --- a/sql/rpl_rli.cc +++ b/sql/rpl_rli.cc @@ -1195,7 +1195,6 @@ void Relay_log_info::cleanup_context(THD *thd, bool error) */ thd->options&= ~OPTION_NO_FOREIGN_KEY_CHECKS; thd->options&= ~OPTION_RELAXED_UNIQUE_CHECKS; - last_event_start_time= 0; DBUG_VOID_RETURN; } |