diff options
author | unknown <serg@serg.mysql.com> | 2001-07-25 18:02:06 +0200 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-07-25 18:02:06 +0200 |
commit | 5b89fedf855c6810cecb409d451b808f44b74947 (patch) | |
tree | d03c1219c4573070bdccdbd08c862700ebabd44c /Docs | |
parent | b8d6bc067459e5474a81bdeec208ddbb50fc5ef6 (diff) | |
download | mariadb-git-5b89fedf855c6810cecb409d451b808f44b74947.tar.gz |
typo fixed
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |