Check whether binlog_hton has valid slot and enabled */
| 871 | Check whether binlog_hton has valid slot and enabled |
| 872 | */ |
| 873 | bool binlog_enabled() |
| 874 | { |
| 875 | return(binlog_hton && binlog_hton->slot != HA_SLOT_UNDEF); |
| 876 | } |
| 877 | |
| 878 | /* |
| 879 | Save position of binary log transaction cache. |
nothing calls this directly
no outgoing calls
no test coverage detected