提交 ecc878d7 编写于 作者: S serge-rider

QMM tracking fix

上级 8c8b482f
......@@ -43,6 +43,7 @@ public class QMMSessionInfo extends QMMObject {
private QMMStatementInfo statementStack;
private QMMStatementExecuteInfo executionStack;
private QMMTransactionInfo transaction;
//private Throwable stack;
public QMMSessionInfo(DBCExecutionContext context, boolean transactional, QMMSessionInfo previous)
{
......@@ -59,6 +60,7 @@ public class QMMSessionInfo extends QMMObject {
if (transactional) {
this.transaction = new QMMTransactionInfo(this, null);
}
//stack = new RuntimeException();
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册