Chengpeng Yan
Chengpeng Yan
/run-mysql-test tidb-test=pr/1979
/run-check_dev_2
/run-mysql-test tidb-test=pr/1979
/run-mysql-test tidb-test=pr/1979
The test case will failed after this PR. ``` drop table t1; create table t1(f1 int, f2 int); insert into t1 values (1,2),(3,1),(2,3); SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); select @var:=f2 from t1...