Skip to content

Commit

Permalink
MDEV-7145: Delayed replication, fix wsrep build failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
  • Loading branch information
knielsen committed Oct 14, 2016
1 parent b2bc6da commit 851c401
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql/wsrep_thd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ static rpl_group_info* wsrep_relay_group_init(const char* log_fname)
{
Relay_log_info* rli= new Relay_log_info(false);

rli->no_storage= true;
if (!rli->relay_log.description_event_for_exec)
{
rli->relay_log.description_event_for_exec=
Expand Down

0 comments on commit 851c401

Please sign in to comment.