| 1495 | } |
| 1496 | |
| 1497 | ~ExeState() |
| 1498 | { |
| 1499 | savedTdbb->setTransaction(oldTransaction); |
| 1500 | savedTdbb->setRequest(oldRequest); |
| 1501 | } |
| 1502 | |
| 1503 | thread_db* savedTdbb; |
| 1504 | MemoryPool* oldPool; // Save the old pool to restore on exit. |
nothing calls this directly
no test coverage detected