manual.texi:

  Fix an error in the manual: also BDB and InnoDB tables can have indexes on columns which can have NULLs
parent 54b95c7f
...@@ -34904,7 +34904,7 @@ table using @code{SHOW INDEX FROM tbl_name}. ...@@ -34904,7 +34904,7 @@ table using @code{SHOW INDEX FROM tbl_name}.
@item @item
@cindex @code{NULL} values, and indexes @cindex @code{NULL} values, and indexes
@cindex indexes, and @code{NULL} values @cindex indexes, and @code{NULL} values
Only the @code{MyISAM} table type supports indexes on columns that can have Only the @code{MyISAM}, @code{InnoDB}, and @code{BDB} table types support indexes on columns that can have
@code{NULL} values. In other cases you must declare such columns @code{NULL} values. In other cases you must declare such columns
@code{NOT NULL} or an error results. @code{NOT NULL} or an error results.
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