Open davidshiz opened 1 year ago
crash happened in 8.0, in 5.7, executing result:
mysql> select
-> t1.libname
-> from
-> t3
-> left join t1 on t3.libname = t1.libname
-> group by
-> city
-> having
-> count(distinct t1.libname) > 1;
+-----------------------+
| libname |
+-----------------------+
| New York Public Libra |
| Berkeley Public1 |
+-----------------------+
2 rows in set (0.01 sec)
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
Expected behavior
No response
How To Reproduce
Environment
Are you interested in submitting a PR to solve the problem?