Add "witness register" functionality

This commit is contained in:
Ian Barwick
2017-11-13 14:53:12 +09:00
parent dff2bcc5de
commit 31b856dd9f
13 changed files with 397 additions and 23 deletions

View File

@@ -1012,6 +1012,15 @@ loop:
#endif
}
void
monitor_streaming_witness(void)
{
log_error("not yet implemented");
return;
}
#ifndef BDR_ONLY
static bool
do_primary_failover(void)