Convenience method to check if both caches are empty. */
| 748 | Convenience method to check if both caches are empty. |
| 749 | */ |
| 750 | bool is_binlog_empty() const { |
| 751 | return stmt_cache.is_binlog_empty() && trx_cache.is_binlog_empty(); |
| 752 | } |
| 753 | |
| 754 | /* |
| 755 | clear stmt_cache and trx_cache if they are not empty |
nothing calls this directly
no test coverage detected