[#5955] FOR UPDATE WAIT n not available in OSS edition
This commit is contained in:
parent
5cbbe58e01
commit
b685cb992e
@ -556,8 +556,10 @@ class ParserImpl implements Parser {
|
||||
|
||||
if (parseKeywordIf(ctx, "NOWAIT"))
|
||||
result.setForUpdateNoWait();
|
||||
else if (parseKeywordIf(ctx, "WAIT"))
|
||||
result.setForUpdateWait((int) (long) parseUnsignedInteger(ctx));
|
||||
|
||||
|
||||
|
||||
|
||||
else if (parseKeywordIf(ctx, "SKIP LOCKED"))
|
||||
result.setForUpdateSkipLocked();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user