mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
typo fixed
This commit is contained in:
parent
d4653c37dd
commit
c2908db1af
1 changed files with 1 additions and 1 deletions
|
@ -33492,7 +33492,7 @@ The different table types are:
|
||||||
@item ISAM @tab The original table handler. @xref{ISAM}.
|
@item ISAM @tab The original table handler. @xref{ISAM}.
|
||||||
@item InnoDB @tab Transaction-safe tables with row locking. @xref{InnoDB}.
|
@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 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}.
|
@item MyISAM @tab The new binary portable table handler that is replacing ISAM. @xref{MyISAM}.
|
||||||
@end multitable
|
@end multitable
|
||||||
@xref{Table types}.
|
@xref{Table types}.
|
||||||
|
|
Loading…
Add table
Reference in a new issue