| 5283 | |
| 5284 | |
| 5285 | YTransaction::YTransaction(YAttachment* aAttachment, ITransaction* aNext) |
| 5286 | : YHelper(aNext), |
| 5287 | attachment(aAttachment), |
| 5288 | childBlobs(getPool()), |
| 5289 | childCursors(getPool()), |
| 5290 | cleanupHandlers(getPool()) |
| 5291 | { |
| 5292 | if (aAttachment) |
| 5293 | aAttachment->childTransactions.add(this); |
| 5294 | } |
| 5295 | |
| 5296 | isc_tr_handle& YTransaction::getHandle() |
| 5297 | { |