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

Method get_byte_position

sql/log_cache.h:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 my_off_t get_byte_position() const
187 {
188 DBUG_ASSERT(cache_log.type == WRITE_CACHE);
189 return my_b_tell(&cache_log) - m_file_reserved_bytes;
190 }
191
192 my_off_t get_prev_position() const
193 {

Callers 4

binlog_trans_log_saveposFunction · 0.80
commitMethod · 0.80

Calls 1

my_b_tellFunction · 0.85

Tested by

no test coverage detected