MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~ReplicationManager

Method ~ReplicationManager

phxbinlogsvr/core/repl/replication.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38ReplicationManager::~ReplicationManager() {
39 pthread_mutex_destroy(&m_mutex);
40 if(impl_)
41 delete impl_, impl_=NULL;
42}
43
44const Option *ReplicationManager::GetOption() const {
45 return option_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected