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

Method new_file

phx_percona/percona/sql/binlog.cc:5050–5053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5048*/
5049
5050int MYSQL_BIN_LOG::new_file(Format_description_log_event *extra_description_event)
5051{
5052 return new_file_impl(true/*need_lock_log=true*/, extra_description_event);
5053}
5054
5055/*
5056 @retval

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected