It function returns the cache file's actual length which includes the reserved space. */
| 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 |