pingcap/tidb

Function name is missing in error message.

Open

#11 181 ouverte le 10 juil. 2019

Voir sur GitHub
 (30 commentaires) (0 réactions) (0 assignés)Go (6 186 forks)batch import
challenge-programcomponent/expressionhelp wantedseverity/minorsig/executiontype/compatibility

Métriques du dépôt

Stars
 (40 090 stars)
Métriques de merge PR
 (Merge moyen 14j 4h) (346 PRs mergées en 30 j)

Description

Description

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.
select INET_ATON( 35 ) DIV -1;
  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))'
  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)'
  1. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)? fdbc149b7

SIG slack channel

#sig-exec

Score

  • 300

Mentor

  • @XuHuaiyu

Guide contributeur