提交 3af6bbca authored 作者: Thomas Mueller's avatar Thomas Mueller

MVTableEngine: test

上级 90a2fa3c
......@@ -1382,7 +1382,7 @@ public class Session extends SessionWithState {
public Transaction getTransaction() {
if (transaction == null) {
if (database.getMvStore().getStore().isClosed()) {
throw DbException.get(ErrorCode.OBJECT_CLOSED);
throw DbException.get(ErrorCode.DATABASE_IS_CLOSED);
}
transaction = database.getMvStore().getTransactionStore().begin();
startStatement = -1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论