Bug #10922 create table fails
Submitted: 27 May 2005 16:16 Modified: 27 May 2005 16:29
Reporter: Joao Miranda Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.11 OS:Linux (Linux FC2)
Assigned to: CPU Architecture:Any

[27 May 2005 16:16] Joao Miranda
Description:
This statement raises an error:

create table tete (id int not null, int1 int);

ERROR 1064 (42000): 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 'int1 int)' at line 1

The 'int1' is not a reserved word.

How to repeat:
Everytime you execute the create table command.
[27 May 2005 16:29] MySQL Verification Team
Please read the manual at:

http://dev.mysql.com/doc/mysql/en/other-vendor-column-types.html

for understand why it fails.