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

Method get_current_stmt_binlog_format

sql/sql_class.h:5398–5401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

StatementBinlogMethod · 0.80
acl_set_default_roleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected