/* Was the data dictionary put into write mode? */
if (ddWriteMode) {
DataDictionary dd = getDataDictionary();
/* Tell the data dictionary that the transaction is finished */
dd.transactionFinished();
/* The data dictionary isn't in write mode any more */
ddWriteMode = false;
}
}