Merge remote-tracking branch 'origin/2.2' into 2.2
This commit is contained in:
@ -24,6 +24,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#include <maxscale/modinfo.h>
|
#include <maxscale/modinfo.h>
|
||||||
#include <maxscale/log_manager.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 ||
|
ss_dassert(!root_master ||
|
||||||
((root_master->server->status & (SERVER_SLAVE | SERVER_MASTER))
|
((root_master->server->status & (SERVER_SLAVE | SERVER_MASTER))
|
||||||
!= (SERVER_SLAVE | SERVER_MASTER)));
|
!= (SERVER_SLAVE | SERVER_MASTER)));
|
||||||
|
|||||||
Reference in New Issue
Block a user