| 5552 | |
| 5553 | |
| 5554 | void Database::exceptionHandler(const Firebird::Exception& ex, |
| 5555 | ThreadFinishSync<Database*>::ThreadRoutine* /*routine*/) |
| 5556 | { |
| 5557 | FbLocalStatus status_vector; |
| 5558 | ex.stuffException(&status_vector); |
| 5559 | iscDbLogStatus(dbb_filename.c_str(), &status_vector); |
| 5560 | } |
| 5561 | |
| 5562 | |
| 5563 | static UndoDataRet get_undo_data(thread_db* tdbb, jrd_tra* transaction, |
no test coverage detected