Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
2.2.11
-
None
Description
`select ... for update` will hold x locks preventing write on target rows, but with readwrite split it not works; so we need route it to all; and `start transaction` and `commit` should route to all too;