MCPcopy Create free account
hub / github.com/Tencent/phxsql / get_name

Method get_name

phx_percona/percona/sql/binlog.h:684–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected