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

Method xlock

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

Source from the content-addressed store, hash-verified

542 void sunlock(void) { mysql_rwlock_unlock(&LOCK_consistent_snapshot); }
543#else
544 void xlock(void) { }
545 void xunlock(void) { }
546 void slock(void) { }
547 void sunlock(void) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected