如何将MySQL独家锁设置在交易后保持有效的行上?
我需要能够在交易中的数据库行上设置锁,即使包含设置锁定语句的交易完成后,这些交易也是有效的。现在,我看到选择更新
语句是设置独家锁的方法,但是这些锁似乎是在交易中自动在交易中?有没有办法通过选择更新
在交易后仍有生效,以便我可以在另一笔交易中手动释放它们?
I need to be able to set locks on database rows in transactions that are effective even after the transaction containing the set locks statement completes. Right now, I'm seeing that the SELECT FOR UPDATE
statement is the way to set exclusive locks but these locks seem to be released automatically upon transaction commit? Is there a way to have locks set by SELECT FOR UPDATE
remain in effect after the transaction commits so that I can manually release them in another transaction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论