mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
WL#5498: Remove dead and unused source code
Remove unused variables.
This commit is contained in:
parent
97c3182312
commit
bc4ba28cab
20 changed files with 10 additions and 58 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue