Re: about innodb_file_per_table

2006-09-25 Thread Carlos Proal
Besides some recent change on the engine, i remember that the initial size is 0 because the metadata remains on the main ibdata file(s), and grows as needed, there is no specific range of extending. Carlos On 9/25/06, Takanobu Kawabe <[EMAIL PROTECTED]> wrote: Hello. In InnoDB tables , some "

about innodb_file_per_table

2006-09-25 Thread Takanobu Kawabe
Hello. In InnoDB tables , some "table name.ibd" files are created when the "innodb_file_per_table" parameter is specified. I want to know How the MySQL server determines the initial size of "table name .ibd" files and the extended size of them. Please tell me about this . With regards -- M