Bug #9836 | index_type, TYPE instead of USING | ||
---|---|---|---|
Submitted: | 12 Apr 2005 8:49 | Modified: | 12 Apr 2005 11:15 |
Reporter: | Geert Vanderkelen | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.3beta | OS: | |
Assigned to: | Sergei Golubchik | CPU Architecture: | Any |
[12 Apr 2005 8:49]
Geert Vanderkelen
[12 Apr 2005 11:15]
Sergei Golubchik
I cannot repeat the "works in 4.1.11" part mysql> create table blah ( id int, index type btree (id)); 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 'btree (id))' at line 1 mysql> select version(); +--------------+ | version() | +--------------+ | 4.1.11-debug | +--------------+ 1 row in set (0.00 sec)