From c2908db1afc4af3d73f92c8af1a046168454e725 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 16 Nov 2001 10:48:30 +0100 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 b01a8a95b04..b2a941e62b8 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -33492,7 +33492,7 @@ The different table types are: @item ISAM @tab The original table handler. @xref{ISAM}. @item InnoDB @tab Transaction-safe tables with row locking. @xref{InnoDB}. @item MERGE @tab A collection of MyISAM tables used as one table. @xref{MERGE}. -@item MRG_MERGE @tab An alias for MERGE tables +@item MRG_MyISAM @tab An alias for MERGE tables @item MyISAM @tab The new binary portable table handler that is replacing ISAM. @xref{MyISAM}. @end multitable @xref{Table types}.