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

Method internal_transaction

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

Source from the content-addressed store, hash-verified

5980
5981 void mark_transaction_to_rollback(bool all);
5982 bool internal_transaction() { return transaction != &default_transaction; }
5983private:
5984
5985 /** The current internal error handler for this thread, or NULL. */

Callers 15

wsrep_after_rowFunction · 0.80
open_stat_tablesFunction · 0.80
wsrep_commit_emptyFunction · 0.80
wsrep_is_activeFunction · 0.80
wsrep_after_commitFunction · 0.80
wsrep_before_statementFunction · 0.80
wsrep_after_statementFunction · 0.80
wsrep_after_applyFunction · 0.80
wsrep_closeFunction · 0.80
wsrep_before_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected