| 5396 | *current_format= current_stmt_binlog_format; |
| 5397 | } |
| 5398 | inline enum_binlog_format get_current_stmt_binlog_format() |
| 5399 | { |
| 5400 | return current_stmt_binlog_format; |
| 5401 | } |
| 5402 | inline void set_binlog_format(enum_binlog_format format, |
| 5403 | enum_binlog_format current_format) |
| 5404 | { |
no outgoing calls
no test coverage detected