| 682 | inline char* get_index_fname() { return index_file_name;} |
| 683 | inline char* get_log_fname() { return log_file_name; } |
| 684 | inline char* get_name() { return name; } |
| 685 | inline mysql_mutex_t* get_log_lock() { return &LOCK_log; } |
| 686 | inline mysql_cond_t* get_log_cond() { return &update_cond; } |
| 687 | inline IO_CACHE* get_log_file() { return &log_file; } |
nothing calls this directly
no outgoing calls
no test coverage detected