challenge-programcomponent/expressionhelp wantedseverity/minorsig/executiontype/compatibility
仓库指标
- Star
- (40,090 star)
- PR 合并指标
- (平均合并 14天 4小时) (30 天内合并 346 个 PR)
描述
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do? If possible, provide a recipe for reproducing the error.
select INET_ATON( 35 ) DIV -1;
- What did you expect to see?
mysql> select INET_ATON( 35 ) DIV -1;
ERROR 1690 (22003): BIGINT UNSIGNED value is out of range in '(inet_aton(35) DIV -(1))'
- What did you see instead?
mysql> select INET_ATON( 35 ) DIV -1;
ERROR 1690 (22003): BIGINT UNSIGNED value is out of range in '(35, -1)'
- What version of TiDB are you using (
tidb-server -Vor runselect tidb_version();on TiDB)? fdbc149b7
SIG slack channel
Score
- 300
Mentor
- @XuHuaiyu