diff options
author | unknown <serg@serg.mysql.com> | 2001-11-16 10:48:30 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2001-11-16 10:48:30 +0100 |
commit | c2908db1afc4af3d73f92c8af1a046168454e725 (patch) | |
tree | 9f6f2abda2660eaa4def9426d58a34bfdce6ab17 /Docs | |
parent | d4653c37ddc957c94937d5770d0b0fd1e1605bc9 (diff) | |
download | mariadb-git-c2908db1afc4af3d73f92c8af1a046168454e725.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 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}. |