You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-1222 - improved the waitforsystemactive function
This commit is contained in:
@ -2481,6 +2481,10 @@ namespace oam
|
||||
|
||||
bool checkSystemRunning();
|
||||
|
||||
/** @brief wait for system to be active
|
||||
*/
|
||||
EXPORT void waitForActive();
|
||||
|
||||
private:
|
||||
|
||||
int sendMsgToProcMgr3(messageqcpp::ByteStream::byte requestType, alarmmanager::AlarmList& alarmlist, const std::string date);
|
||||
|
Reference in New Issue
Block a user