mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@669973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c49cb00200
commit
6eeb2699dc
|
@ -311,7 +311,7 @@ public class Statements {
|
|||
|
||||
public String getLockUpdateStatement() {
|
||||
if (lockUpdateStatement == null) {
|
||||
lockUpdateStatement = "UPDATE " + getFullLockTableName() + " SET time = ? WHERE ID = 1";
|
||||
lockUpdateStatement = "UPDATE " + getFullLockTableName() + " SET TIME = ? WHERE ID = 1";
|
||||
}
|
||||
return lockUpdateStatement;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue