mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
IM port fixes: fix crash on startup, add more error checking, get rid of unnecessary code.
This commit is contained in:
@ -100,8 +100,8 @@ public:
|
||||
int stop_guard(Instance *instance);
|
||||
/* Returns true if guardian thread is stopped */
|
||||
int is_stopped();
|
||||
int lock();
|
||||
int unlock();
|
||||
void lock();
|
||||
void unlock();
|
||||
|
||||
public:
|
||||
pthread_cond_t COND_guardian;
|
||||
|
Reference in New Issue
Block a user