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

Method new_file_without_locking

phx_percona/percona/sql/binlog.cc:5059–5062  ·  view source on GitHub ↗

@retval nonzero - error */

Source from the content-addressed store, hash-verified

5057 nonzero - error
5058*/
5059int MYSQL_BIN_LOG::new_file_without_locking(Format_description_log_event *extra_description_event)
5060{
5061 return new_file_impl(false/*need_lock_log=false*/, extra_description_event);
5062}
5063
5064
5065/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected