We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add lock timeout in DistSQL LOCK CLUSTER WITH lockStrategy and UNLOCK CLUSTER.
LOCK CLUSTER WITH lockStrategy
UNLOCK CLUSTER
The new attribute LOCK TIMEOUT should be optional. The SQL should be:
LOCK TIMEOUT
LOCK CLUSTER WITH lockStrategy (TIMEOUT int)? and UNLOCK CLUSTER (TIMEOUT int)?.
LOCK CLUSTER WITH lockStrategy (TIMEOUT int)?
UNLOCK CLUSTER (TIMEOUT int)?
The todolist should be:
The text was updated successfully, but these errors were encountered:
Hi @terrymanu ,could you please assign this issue to me? Thank you.
Sorry, something went wrong.
Great, welcome! @lubochen
lubochen
Successfully merging a pull request may close this issue.
Add lock timeout in DistSQL
LOCK CLUSTER WITH lockStrategy
andUNLOCK CLUSTER
.The new attribute
LOCK TIMEOUT
should be optional. The SQL should be:LOCK CLUSTER WITH lockStrategy (TIMEOUT int)?
andUNLOCK CLUSTER (TIMEOUT int)?
.The todolist should be:
The text was updated successfully, but these errors were encountered: