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

Method register_create_index_entry

phx_percona/percona/sql/binlog.cc:4607–4611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4605}
4606
4607int 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
4613int MYSQL_BIN_LOG::purge_index_entry(THD *thd, ulonglong *decrease_log_space,
4614 bool need_lock_index)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected