| 740 | } |
| 741 | |
| 742 | IO_CACHE* get_binlog_cache_log(bool is_transactional) |
| 743 | { |
| 744 | return (is_transactional ? &trx_cache.cache_log : &stmt_cache.cache_log); |
| 745 | } |
| 746 | |
| 747 | /** |
| 748 | Convenience method to check if both caches are empty. |
nothing calls this directly
no outgoing calls
no test coverage detected