| 332 | int write_event(THD *thd, Log_event *event); |
| 333 | |
| 334 | virtual ~binlog_cache_data() |
| 335 | { |
| 336 | DBUG_ASSERT(is_binlog_empty()); |
| 337 | close_cached_file(&cache_log); |
| 338 | } |
| 339 | |
| 340 | bool is_binlog_empty() const |
| 341 | { |
nothing calls this directly
no outgoing calls
no test coverage detected