| 500 | } |
| 501 | |
| 502 | void TraceManager::event_set_context(ITraceDatabaseConnection* connection, |
| 503 | ITraceTransaction* transaction, ITraceContextVariable* variable) |
| 504 | { |
| 505 | EXECUTE_HOOKS(trace_set_context, |
| 506 | (connection, transaction, variable)); |
| 507 | } |
| 508 | |
| 509 | void TraceManager::event_proc_compile(ITraceDatabaseConnection* connection, |
| 510 | ITraceProcedure* procedure, ntrace_counter_t time_millis, ntrace_result_t proc_result) |