This is TRUE in DISCARD/IMPORT TABLESPACE */
| 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 |
no outgoing calls
no test coverage detected