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:
@ -60,8 +60,8 @@ public:
|
||||
Instance *find(const char *name, uint name_len);
|
||||
|
||||
int flush_instances();
|
||||
int lock();
|
||||
int unlock();
|
||||
void lock();
|
||||
void unlock();
|
||||
int init();
|
||||
|
||||
Instance_map(const char *default_mysqld_path_arg);
|
||||
|
Reference in New Issue
Block a user