Changed sub-transaction abort code to not invalidate created objects.
There's really no point, because created objects will be unreachable after invalidating old objects. Also, if a created object is non-ghostifiable, it will try to load it's state again, and then either it would fail or it would load non-committed state.
Showing
Please register or sign in to comment