Bug #31127 | Unable to create table with the name inout | ||
---|---|---|---|
Submitted: | 21 Sep 2007 11:08 | Modified: | 21 Sep 2007 11:51 |
Reporter: | Sylecn Song | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.38-Ubuntu_0ubuntu1-log | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[21 Sep 2007 11:08]
Sylecn Song
[21 Sep 2007 11:51]
MySQL Verification Team
Thank you for the bug report. http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html [miguel@skybr 5.0]$ bin/mysql -uroot test Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.0.50-debug Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create table `inout` (id char(10)); Query OK, 0 rows affected (0.54 sec