MCPcopy Create free account
hub / github.com/MariaDB/server / set_current_stmt_binlog_format_row

Method set_current_stmt_binlog_format_row

sql/sql_class.h:5452–5457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

lock_tables_ifMethod · 0.80
binlog_create_tableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected