Skip to content

Commit

Permalink
fix explaintest
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyifangreeneyes committed Aug 24, 2021
1 parent 9be2a78 commit 86c6e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/explaintest/r/explain_easy_stats.result
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Projection 1999.00 root eq(test.t1.c2, test.t2.c2)->Column#11
└─IndexLookUp 1.00 root
├─Limit(Build) 1.00 cop[tikv] offset:0, count:1
│ └─IndexRangeScan 1.25 cop[tikv] table:t2, index:c1(c1) range: decided by [eq(test.t1.c1, test.t2.c1)], keep order:true
└─TableRowIDScan(Probe) 1.00 cop[tikv] table:t2 keep order:false, stats:pseudo
└─TableRowIDScan(Probe) 1.00 cop[tikv] table:t2 keep order:false
explain format = 'brief' select * from t1 order by c1 desc limit 1;
id estRows task access object operator info
Limit 1.00 root offset:0, count:1
Expand Down

0 comments on commit 86c6e9a

Please sign in to comment.