manual.texi HEAP does allow indexes on NULL columns as of 4.0.2.

parent 48ca28c8
......@@ -38573,7 +38573,8 @@ to @code{MyISAM} tables where any prefix of the key can be used to find rows.
@item
@code{HEAP} doesn't support @code{AUTO_INCREMENT} columns.
@item
@code{HEAP} doesn't support an index on a @code{NULL} column.
Prior to MySQL 4.0.2, @code{HEAP} doesn't support an index on a @code{NULL}
column.
@item
You can have non-unique keys in a @code{HEAP} table (this isn't common for
hashed tables).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment