Spec-Zone .ru
спецификации, руководства, описания, API
|
The configuration parameter innodb_file_format
controls whether such statements as CREATE TABLE
and ALTER
TABLE
can be used to create tables that depend on support for the Barracuda
file format.
Although Oracle recommends using the Barracuda format for new tables where practical, in MySQL 5.5 the default file format is still Antelope, for maximum compatibility with replication configurations containing different MySQL releases.
The file format is a dynamic, global parameter that can be specified in the MySQL option file (my.cnf
or my.ini
) or changed with the SET GLOBAL
command.