| 5450 | } |
| 5451 | |
| 5452 | inline void set_current_stmt_binlog_format_row() |
| 5453 | { |
| 5454 | DBUG_ENTER("set_current_stmt_binlog_format_row"); |
| 5455 | current_stmt_binlog_format= BINLOG_FORMAT_ROW; |
| 5456 | DBUG_VOID_RETURN; |
| 5457 | } |
| 5458 | /* Set binlog format temporarily to statement. Returns old format */ |
| 5459 | inline enum_binlog_format set_current_stmt_binlog_format_stmt() |
| 5460 | { |
no outgoing calls
no test coverage detected