no estimate block count and auto gather stats in mysqltest

This commit is contained in:
wangt1xiuyi
2023-08-29 06:40:40 +00:00
committed by ob-robot
parent 6dae488704
commit 29f839ec8e
10 changed files with 28 additions and 35 deletions

View File

@ -268,7 +268,7 @@ CREATE TABLE `t1` (
create sequence s1 cache 10000000;
insert into t1 select s1.nextval c1, s1.nextval c2, s1.nextval c3 from table(generator(20000));
explain SELECT t29_25.c1, t29_25.c8
explain basic SELECT t29_25.c1, t29_25.c8
FROM (SELECT (SELECT t29_25.c1
FROM t1 AS t29_25
ORDER BY 1 DESC