mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanup the instance manager code.
This commit is contained in:
@ -49,12 +49,12 @@ public:
|
||||
Instance_options options;
|
||||
|
||||
private:
|
||||
int crashed;
|
||||
/*
|
||||
Mutex protecting the instance. Currently we use it to avoid the
|
||||
double start of the instance. This happens when the instance is starting
|
||||
and we issue the start command once more.
|
||||
*/
|
||||
int crashed;
|
||||
pthread_mutex_t LOCK_instance;
|
||||
/*
|
||||
This condition variable is used to wake threads waiting for instance to
|
||||
|
Reference in New Issue
Block a user