From 17a757600240a73d4ca3aed39f9d6e253c149c49 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Dec 2001 02:04:27 +0200 Subject: Bugfix for WHERE key=@a OR key=@b Docs/manual.texi: Changelog sql/sql_select.cc: Cleanup --- Docs/manual.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Docs/manual.texi') diff --git a/Docs/manual.texi b/Docs/manual.texi index f3f3cdec961..101aa22a883 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46888,6 +46888,11 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.47 @itemize @bullet @item +Fixed in when using the following construct: +@code{SELECT ... WHERE key=@@var_name OR $key=@@var_name2} +@item +Restrict InnoDB keys to 500 bytes. +@item InnoDB now supports @code{NULL} in keys. @item Fixed shutdown problem on HPUX. (Introduced in 3.23.46) -- cgit v1.2.1