Bug #18396 | Identifiers: Byte with value 255 not allowed | ||
---|---|---|---|
Submitted: | 21 Mar 2006 15:09 | Modified: | 22 Jun 2006 15:26 |
Reporter: | Paul DuBois | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | |
Assigned to: | Alexander Barkov | CPU Architecture: | Any |
[21 Mar 2006 15:09]
Paul DuBois
[22 Mar 2006 13:48]
MySQL Verification Team
Thank you for the bug report. stmt: CREATE TABLE `abc def` (i INT) DBD::mysql::db do failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' def` (i INT)' at line 1 at test.pl line 11.
[6 Jun 2006 17:17]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/7329
[22 Jun 2006 15:24]
Paul DuBois
Noted in 5.1.12 changelog. Identifiers could not contain bytes with a value of 255, though that should be allowed as of the identifier-encoding changes made in MySQL 5.1.6.