Bug #70533 | explain for connection syntax error if connection_id > 2147483647 | ||
---|---|---|---|
Submitted: | 5 Oct 2013 18:30 | Modified: | 12 Nov 2013 2:08 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Parser | Severity: | S4 (Feature request) |
Version: | 5.7.3 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[5 Oct 2013 18:30]
Shane Bester
[11 Oct 2013 16:39]
Hartmut Holzgraefe
... and could definitely do better than just saying "Syntax error" for values that are indeed invalid/out of range ...
[12 Nov 2013 2:08]
Paul DuBois
Posted by developer: Noted in 5.7.3 changelog. For EXPLAIN FOR CONNECTION connection_id, the parser did not permit connection_id values larger than the maximum signed BIGINT value. The maximum unsigned value now is permitted.