mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
manual.texi ISAM Tables: show how to convert to MySQL so mysqlcheck
manual.texi can be used.
This commit is contained in:
parent
e99d9fcbe5
commit
fc7b2b7ef3
1 changed files with 8 additions and 0 deletions
|
@ -24186,6 +24186,14 @@ tables are:
|
|||
@item Tables are compressed with @code{pack_isam} rather than with @code{myisampack}.
|
||||
@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}
|
||||
@node HEAP, BDB, ISAM, Table types
|
||||
@section HEAP Tables
|
||||
|
|
Loading…
Add table
Reference in a new issue