MCPcopy Create free account
hub / github.com/MariaDB/server / current_key

Method current_key

sql/sql_sort.h:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103 void init_current_key() { m_current_key= m_buffer_start; }
104 uchar *current_key() { return m_current_key; }
105 void advance_current_key(uint val) { m_current_key+= val; }
106
107 void decrement_rowcount(ha_rows val) { m_rowcount-= val; }

Callers 2

merge_walkFunction · 0.80
merge_buffersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected