Merge remote-tracking branch 'origin/2.2' into 2.2
This commit is contained in:
commit
b91fa7d395
@ -24,6 +24,7 @@
|
||||
#include <string.h>
|
||||
#include <dlfcn.h>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#include <maxscale/modinfo.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
|
@ -2372,7 +2372,7 @@ monitorMain(void *arg)
|
||||
}
|
||||
}
|
||||
|
||||
ss_dassert(handle->master == root_master);
|
||||
ss_dassert(root_master == NULL || handle->master == root_master);
|
||||
ss_dassert(!root_master ||
|
||||
((root_master->server->status & (SERVER_SLAVE | SERVER_MASTER))
|
||||
!= (SERVER_SLAVE | SERVER_MASTER)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user