mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
manual.texi HEAP does allow indexes on NULL columns as of 4.0.2.
Docs/manual.texi: HEAP does allow indexes on NULL columns as of 4.0.2.
This commit is contained in:
parent
2fa8d033f9
commit
73d87585ae
1 changed files with 2 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue