mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fix two small problems in previous push.
This commit is contained in:
@ -32,7 +32,7 @@ typedef struct st_slave_info
|
||||
THD* thd;
|
||||
} SLAVE_INFO;
|
||||
|
||||
class slave_connection_state;
|
||||
struct slave_connection_state;
|
||||
|
||||
extern my_bool opt_show_slave_auth_info;
|
||||
extern char *master_host, *master_info_file;
|
||||
|
Reference in New Issue
Block a user