mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
manual.texi:
Fix an error in the manual: also BDB and InnoDB tables can have indexes on columns which can have NULLs Docs/manual.texi: Fix an error in the manual: also BDB and InnoDB tables can have indexes on columns which can have NULLs
This commit is contained in:
parent
0f4656455c
commit
606e3e9550
1 changed files with 1 additions and 1 deletions
|
@ -34904,7 +34904,7 @@ table using @code{SHOW INDEX FROM tbl_name}.
|
|||
@item
|
||||
@cindex @code{NULL} values, and indexes
|
||||
@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{NOT NULL} or an error results.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue