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

Function ~Delegate

phx_percona/percona/sql/rpl_handler.h:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 inited= TRUE;
140 }
141 ~Delegate()
142 {
143 inited= FALSE;
144 mysql_rwlock_destroy(&lock);
145 free_root(&memroot, MYF(0));
146 }
147
148private:
149 Observer_info_list observer_info_list;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected