mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Merge paul@work.mysql.com:/home/bk/mysql
into central.snake.net:/home/paul/mysql
This commit is contained in:
commit
22920434b3
1 changed files with 8 additions and 0 deletions
|
@ -24212,6 +24212,14 @@ tables are:
|
||||||
@item Tables are compressed with @code{pack_isam} rather than with @code{myisampack}.
|
@item Tables are compressed with @code{pack_isam} rather than with @code{myisampack}.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
If you want to convert an @code{ISAM} table to a @code{MyISAM} table so
|
||||||
|
that you can use utilities such as @code{mysqlcheck}, use an @code{ALTER
|
||||||
|
TABLE} statement:
|
||||||
|
|
||||||
|
@example
|
||||||
|
mysql> ALTER TABLE tbl_name TYPE = MYISAM;
|
||||||
|
@end example
|
||||||
|
|
||||||
@cindex tables, @code{HEAP}
|
@cindex tables, @code{HEAP}
|
||||||
@node HEAP, BDB, ISAM, Table types
|
@node HEAP, BDB, ISAM, Table types
|
||||||
@section HEAP Tables
|
@section HEAP Tables
|
||||||
|
|
Loading…
Reference in a new issue