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

Function slot

phx_percona/percona/sql/binlog.cc:9126–9132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9124 }
9125
9126 uchar *slot(uint s)
9127 {
9128 DBUG_ASSERT(s < sizeof(m_ptr)/sizeof(*m_ptr));
9129 DBUG_ASSERT(m_ptr[s] != 0);
9130 DBUG_ASSERT(m_alloc_checked == TRUE);
9131 return m_ptr[s];
9132 }
9133
9134 private:
9135 void allocate_memory(TABLE *const table, size_t const total_length)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected