Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_savepos
Function · 0.80
should_commit_by_rotate
Method · 0.80
commit
Method · 0.80
online_alter_savepoint_set
Function · 0.80
Calls
1
my_b_tell
Function · 0.85
Tested by
no test coverage detected