Bug #77917 | partitioning syntax lead to unexpected errno 1064 | ||
---|---|---|---|
Submitted: | 3 Aug 2015 10:21 | Modified: | 24 Aug 2015 10:07 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Parser | Severity: | S4 (Feature request) |
Version: | 8.0.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[3 Aug 2015 10:21]
Shane Bester
[3 Aug 2015 10:21]
MySQL Verification Team
not sure if a bug, fr, or discussion....
[24 Aug 2015 10:07]
MySQL Verification Team
Hello Shane, Thank you for the report. Thanks, Umesh
[18 Jun 2016 21:27]
Omer Barnir
Posted by developer: Reported version value updated to reflect release name change from 5.8 to 8.0
[17 Apr 2017 3:22]
MySQL Verification Team
As a workaround I will compare the string value of the mysql_error() to make sure it is a real syntax error and not a partitioning error. Random tests might also SIGNAL to raise errors, so i'm already needing to do this for error 2006,2013,2055 to prevent a false alarm for server crash.