Skip to content

Commit

Permalink
fix plan test following bad merge
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Sep 15, 2023
1 parent e7c0bb0 commit 25ff7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/planbuilder/testdata/foreignkey_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@
"Sharded": false
},
"FieldQuery": "select cola, colb from u_multicol_tbl1 where 1 != 1",
"Query": "select cola, colb from u_multicol_tbl1 where id = 3 lock in share mode",
"Query": "select cola, colb from u_multicol_tbl1 where id = 3 for update",
"Table": "u_multicol_tbl1"
},
{
Expand Down

0 comments on commit 25ff7b2

Please sign in to comment.