| 4605 | } |
| 4606 | |
| 4607 | int MYSQL_BIN_LOG::register_create_index_entry(const char *entry) |
| 4608 | { |
| 4609 | DBUG_ENTER("MYSQL_BIN_LOG::register_create_index_entry"); |
| 4610 | DBUG_RETURN(register_purge_index_entry(entry)); |
| 4611 | } |
| 4612 | |
| 4613 | int MYSQL_BIN_LOG::purge_index_entry(THD *thd, ulonglong *decrease_log_space, |
| 4614 | bool need_lock_index) |
nothing calls this directly
no outgoing calls
no test coverage detected