From 645d4025449d960dd20e1e9b22b5d24d12b8a6af Mon Sep 17 00:00:00 2001 From: Nirbhay Choubey Date: Wed, 21 May 2014 15:16:15 -0400 Subject: [PATCH] Fix for a build failure. --- sql/slave.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/slave.cc b/sql/slave.cc index 17bff0be536..7e6162c88b4 100644 --- a/sql/slave.cc +++ b/sql/slave.cc @@ -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;