提交 88a81949 authored 作者: Noel Grandin's avatar Noel Grandin

vmlens: fix race condition in JdbcStatement.executingCommand

上级 b4eddba6
......@@ -34,7 +34,7 @@ public class JdbcStatement extends TraceObject implements Statement, JdbcStateme
protected final int resultSetType;
protected final int resultSetConcurrency;
protected final boolean closedByResultSet;
private CommandInterface executingCommand;
private volatile CommandInterface executingCommand;
private int lastExecutedCommandType;
private ArrayList<String> batchCommands;
private boolean escapeProcessing = true;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论