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

Method get_prep_xids

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

Source from the content-addressed store, hash-verified

352 }
353
354 int32 get_prep_xids() {
355 my_atomic_rwlock_rdlock(&m_prep_xids_lock);
356 int32 result= my_atomic_load32(&m_prep_xids);
357 my_atomic_rwlock_rdunlock(&m_prep_xids_lock);
358 return result;
359 }
360
361 inline uint get_sync_period()
362 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected