Bug #12663 CREATE TABLE syntax does not mention USING BTREE
Submitted: 19 Aug 2005 3:32 Modified: 19 Aug 2005 3:36
Reporter: Arjen Lentz Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.0.11 OS:
Assigned to: CPU Architecture:Any

[19 Aug 2005 3:32] Arjen Lentz
Description:
The manual page for CREATE TABLE does not mention in its syntax overview at the top - the additional syntax for specifying the type of index, such as "USING BTREE" for MEMORY tables.

How to repeat:
See dev.mysql.com/doc/mysql/en/CREATE_TABLE.html
[19 Aug 2005 3:36] Paul DuBois
It's the index_type value.  It's on the page.