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

Method log_current_statement

sql/sql_class.h:4472–4475  ·  view source on GitHub ↗

This is TRUE in DISCARD/IMPORT TABLESPACE */

Source from the content-addressed store, hash-verified

4470 bool derived_tables_processing;
4471 bool tablespace_op; /* This is TRUE in DISCARD/IMPORT TABLESPACE */
4472 bool log_current_statement() const
4473 {
4474 return variables.option_bits & OPTION_BINLOG_THIS_STMT;
4475 }
4476 /**
4477 True if a slave error. Causes the slave to stop. Not the same
4478 as the statement execution error (is_error()), since

Callers 11

mysql_insertFunction · 0.80
prepare_eofMethod · 0.80
abort_result_setMethod · 0.80
update_single_tableMethod · 0.80
abort_result_setMethod · 0.80
send_eofMethod · 0.80
mysql_create_tableFunction · 0.80
mysql_create_like_tableFunction · 0.80
abort_result_setMethod · 0.80
send_eofMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected