ee.trackingEnable(txn_id);
}
// Always mark this information for the txn so that we can
// rollback anything that it may do
ts.markExecNotReadOnly(this.partitionId);
ts.markExecutedWork(this.partitionId);
table = ee.executeCustomPlanFragment(plan, outputDepId, inputDepId, txn_id,
context.getLastCommittedTxnId(),
ts.getLastUndoToken(this.partitionId));