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