mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#5498: Remove dead and unused source code
Remove unused variables.
This commit is contained in:
@ -55,9 +55,6 @@ const char* rpl_status_type[]=
|
||||
"AUTH_MASTER","IDLE_SLAVE","ACTIVE_SLAVE","LOST_SOLDIER","TROOP_SOLDIER",
|
||||
"RECOVERY_CAPTAIN","NULL",NullS
|
||||
};
|
||||
TYPELIB rpl_status_typelib= {array_elements(rpl_status_type)-1,"",
|
||||
rpl_status_type, NULL};
|
||||
|
||||
|
||||
static Slave_log_event* find_slave_event(IO_CACHE* log,
|
||||
const char* log_file_name,
|
||||
|
Reference in New Issue
Block a user