Skip to content

Commit

Permalink
Fix for a build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirbhay Choubey committed May 21, 2014
1 parent 81a85ad commit 645d402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/slave.cc
Expand Up @@ -4626,6 +4626,7 @@ log '%s' at position %s, relay log '%s' position: %s%s", RPL_LOG_NAME,
{
slave_output_error_info(rli, thd);
#ifdef WITH_WSREP
uint32 const last_errno= rli->last_error().number;
if (WSREP_ON && last_errno == ER_UNKNOWN_COM_ERROR)
{
wsrep_node_dropped= TRUE;
Expand Down

0 comments on commit 645d402

Please sign in to comment.