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

Function ~Row_data_memory

phx_percona/percona/sql/binlog.cc:9107–9111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9105 }
9106
9107 ~Row_data_memory()
9108 {
9109 if (m_memory != 0 && m_release_memory_on_destruction)
9110 my_free(m_memory);
9111 }
9112
9113 /**
9114 Is there memory allocated?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected