File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
go/vt/vtgate/planbuilder/testdata Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 989989 "comment" : " Comments with subquery" ,
990990 "query" : " select /* comment */ user.col from user where id IN (select id from user where id > 1 and id < 10)" ,
991991 "plan" : {
992+ "Type" : " Scatter" ,
992993 "QueryType" : " SELECT" ,
993994 "Original" : " select /* comment */ user.col from user where id IN (select id from user where id > 1 and id < 10)" ,
994995 "Instructions" : {
10121013 "comment" : " Comments with subquery not merged into a single route" ,
10131014 "query" : " select /* comment */ user.col from user where foo IN (select id from user where id > 1 and id < 10)" ,
10141015 "plan" : {
1016+ "Type" : " Complex" ,
10151017 "QueryType" : " SELECT" ,
10161018 "Original" : " select /* comment */ user.col from user where foo IN (select id from user where id > 1 and id < 10)" ,
10171019 "Instructions" : {
You can’t perform that action at this time.
0 commit comments