mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix for a build failure.
This commit is contained in:
parent
81a85ad8d7
commit
645d402544
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue