Skip to content

Commit

Permalink
fix sporadic test failures caused by InnoDB #record estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Dec 21, 2023
1 parent c154aaf commit 03fa2c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/main/desc_index_min_max.test
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,13 @@ eval $query;
# double reversion
let $query=
select max(200 - a) from t1;
replace_result 101 100;
eval explain $query;
eval $query;

let $query=
select min(200 - a) from t1;
replace_result 101 100;
eval explain $query;
eval $query;

Expand Down

0 comments on commit 03fa2c3

Please sign in to comment.