From fa116587a5a9ce3c41a2ec421f4373d566a3738a Mon Sep 17 00:00:00 2001 From: "arjen@co3064164-a.bitbike.com" <> Date: Fri, 18 Jan 2002 09:20:49 +1000 Subject: [PATCH] InnoDB stable version adjustment (from Heikki). --- Docs/manual.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index ad2bae3a0bb..585d5c6d43f 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -757,10 +757,10 @@ Large server clusters using replication are in production use, with good results. Work on enhanced replication features is continuing in @code{MySQL} 4.0. -@item @code{InnoDB} tables -- Stable (in 3.23 from 3.23.48) +@item @code{InnoDB} tables -- Stable (in 3.23 from 3.23.47) The @code{InnoDB} transactional table handler has now been declared stable in the @code{MySQL} 3.23 development tree, starting from -version 3.23.48. +version 3.23.47. @code{InnoDB} is being used in large, heavy load production systems. @item @code{BDB} tables -- Gamma