Skip to content

Commit

Permalink
Fix dml_cases
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jan 7, 2025
1 parent c6f615c commit e6e6742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/vt/vtgate/planbuilder/testdata/dml_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2650,10 +2650,10 @@
},
{
"comment": "insert using last_insert_id with argument",
"query": "insert into unsharded values(last_insert_id(24), 2)",
"query": "insert into unsharded values(last_insert_id(24), 2, 2, 2, 2, 2)",
"plan": {
"QueryType": "INSERT",
"Original": "insert into unsharded values(last_insert_id(24), 2)",
"Original": "insert into unsharded values(last_insert_id(24), 2, 2, 2, 2, 2)",
"Instructions": {
"OperatorType": "Insert",
"Variant": "Unsharded",
Expand All @@ -2663,7 +2663,7 @@
},
"TargetTabletType": "PRIMARY",
"FetchLastInsertID": true,
"Query": "insert into unsharded values (last_insert_id(24), 2)",
"Query": "insert into unsharded values (last_insert_id(24), 2, 2, 2, 2, 2)",
"TableName": "unsharded"
},
"TablesUsed": [
Expand Down

0 comments on commit e6e6742

Please sign in to comment.