事务回滚由处理那个事务的线程处理.回滚过程执行下面的动作:
1. Backing out index updates.
2. Backing out any blob data created by the transaction.
3. Releasing allocated record slots.
4. Backing out record versions created in memory.