mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Polishing:
1. use MySQL headers instead of system ones; 2. move logical part of code into a separate function.
This commit is contained in:
@ -51,6 +51,7 @@ public:
|
||||
|
||||
private:
|
||||
static void stop_all_threads();
|
||||
static bool init_user_map(User_map *user_map);
|
||||
|
||||
private:
|
||||
static Guardian *p_guardian;
|
||||
|
Reference in New Issue
Block a user