From fb1f570f8795147e1d554ea99d35d68314e09550 Mon Sep 17 00:00:00 2001 From: "serg@serg.mysql.com" <> Date: Wed, 25 Jul 2001 18:02:06 +0200 Subject: [PATCH] typo fixed --- Docs/manual.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 6e342fe8b87..776bdc65482 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -43229,7 +43229,7 @@ applications that need all speed they can get. The tables may be memory based,@code{HEAP} tables or disk based @code{MyISAM}. @xref{Table types}. @item @strong{MySQL} has support for 2 different table handles that support -transactions (@code{BDB} and @code{InnoDB}}. Because +transactions (@code{BDB} and @code{InnoDB}). Because every transaction engine performs differently under different conditions, this gives the application writer more options to find an optimal solution for his/her setup. @xref{Table types}.