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

Method temp_file_length

sql/log_cache.h:290–293  ·  view source on GitHub ↗

It function returns the cache file's actual length which includes the reserved space. */

Source from the content-addressed store, hash-verified

288 reserved space.
289 */
290 my_off_t temp_file_length()
291 {
292 return my_b_tell(&cache_log);
293 }
294
295 uint32 file_reserved_bytes() { return m_file_reserved_bytes; }
296

Callers 1

commitMethod · 0.80

Calls 1

my_b_tellFunction · 0.85

Tested by

no test coverage detected