From d3741dea326bafc4fb2b34bfd5bcfd9a88508009 Mon Sep 17 00:00:00 2001 From: "heikki@hundin.mysql.fi" <> Date: Thu, 14 Mar 2002 14:32:36 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index e98a74212fc..7b2a3acf241 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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.