247248249250251252253254255256257
} } finally { // RELEASE INDEX LOCKS IF ANY if (lockedIndexes != null) for (OIndexMVRBTreeAbstract index : lockedIndexes) { index.releaseExclusiveLock(); } } } protected void checkTransaction() {