[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -142,7 +142,7 @@ select /*+no_use_px*/ t1.c1 from t1 left join t2 t on t1.c1=t.c1,t2 left join t3
# case 39 const predicates
select * from t1 where true;
# TODO shengle, core in pre calc expr, mysqltest not core, may unitest problem
# https://work.aone.alibaba-inc.com/issue/37559700
#
# select * from t1 where 1=2;
# select * from t1, t2 where 1+1=2 and t1.c1=t2.c1+1;
select * from t1 left join t2 t on t1.c1=t.c1 where false;
@ -572,7 +572,7 @@ select count(*) from t1 left outer join t2 using(c1) group by (t1.c1) having cou
## EXPR_SYS coverage
select now() from t1 left outer join t2 using(c1);
##bug:http://k3.alibaba-inc.com/issue/6621523?versionId=1043693
##bug:
select a1.c2 from t1 left join t2 a1 on (a1.c1= t1.c1) where least(t1.c2, a1.c2) > 1;
select a1.c2 from t1 left join t2 a1 on (a1.c1= t1.c1) where length(t1.c2) > 1;
select a2.c2, t1.c2, a1.c2 from t1 left join t2 a1 on (a1.c1 = t1.c1), t2 a2 where least(t1.c2, a1.c2) =a2.c2;
@ -588,7 +588,7 @@ select c1, (select count(c1) from t7 where c1=t4.c1) calc_total, (select count(c
select c1, (select count(c1) from t7 ) calc_total, (select count(c1) from t8 ) calc_new from t4 where c1 in (select distinct c1 from t1);
select distinct (select c1) from t4 limit 100;
#bug https://k3.alibaba-inc.com/issue/8378010?stat=1.5.1&toPage=1&versionId=1043693.期望走索引
#bug
select * from t4 where c1 > 0 and c1 < 100 order by c2 limit 1;
#like and between selectivity