Bug #2893 | The use of UTF-8 identifiers is not documented | ||
---|---|---|---|
Submitted: | 19 Feb 2004 8:44 | Modified: | 1 Apr 2004 17:34 |
Reporter: | Marko Mäkelä | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | OS: | ||
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[19 Feb 2004 8:44]
Marko Mäkelä
[18 Mar 2004 22:50]
Alexander Barkov
Paul, please take care of this bug.
[30 Mar 2004 6:48]
Marko Mäkelä
It seems that ` is not allowed in table names in 4.0: mysql> create table ```` (`a` int); ERROR 1103: Incorrect table name '' and while running mysqld --sql-mode=ansi: mysql> create table "`" (`a` int); ERROR 1103: Incorrect table name '' Note that the error message is misleading: it should say '`'.
[1 Apr 2004 17:34]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant product(s).