Skip to content

Commit

Permalink
update explain count from 10000 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
eurekaka committed Sep 3, 2018
1 parent 2aa9a99 commit 4e8f961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/explaintest/r/explain_easy.result
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,4 @@ drop table if exists t;
create table t(a bigint primary key);
explain select * from t where a = 1 and a = 2;
id count task operator info
TableDual_5 10000.00 root rows:0
TableDual_5 0.00 root rows:0

0 comments on commit 4e8f961

Please sign in to comment.