Please print less warnings when the wanrings samed
Open
severity/minor
sig/execution
type/bug
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
in tidb:
create table asd(t date);
insert into asd select '2022-01-01'; - mutil lines
select count(1) from asd where t > '2021-01-01;' - use a failed sql to select
show warnings; - warnings count equal to the number of data rows


in mysql - no warnings:
Contributor guide
Assessment
This issue has not been assessed yet.