mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Default table type explained.
This commit is contained in:
parent
634ba86ad7
commit
79b5316df5
2 changed files with 7 additions and 0 deletions
|
@ -3,3 +3,4 @@ sasha@mysql.sashanet.com
|
||||||
sasha@work.mysql.com
|
sasha@work.mysql.com
|
||||||
tim@cane.mysql.fi
|
tim@cane.mysql.fi
|
||||||
serg@donna.mysql.com
|
serg@donna.mysql.com
|
||||||
|
jcole@tetra.spaceapes.com
|
||||||
|
|
|
@ -17933,6 +17933,12 @@ The different table types are:
|
||||||
@end multitable
|
@end multitable
|
||||||
@xref{Table types}.
|
@xref{Table types}.
|
||||||
|
|
||||||
|
If a table type is specified, and that particular type is not available,
|
||||||
|
@strong{MySQL} will choose the closest table type to the one that you have
|
||||||
|
specified. For example, if @code{TYPE=BDB} is specified, and that distribution
|
||||||
|
of @strong{MySQL} does not support @code{BDB} tables, the table will be created
|
||||||
|
as @code{MyISAM} instead.
|
||||||
|
|
||||||
The other table options are used to optimize the behavior of the
|
The other table options are used to optimize the behavior of the
|
||||||
table. In most cases, you don't have to specify any of them.
|
table. In most cases, you don't have to specify any of them.
|
||||||
The options work for all table types, if not otherwise indicated:
|
The options work for all table types, if not otherwise indicated:
|
||||||
|
|
Loading…
Reference in a new issue