Bug #6121 Can not create table in InnoDB mode by default
Submitted: 15 Oct 2004 19:26 Modified: 15 Oct 2004 20:26
Reporter: Vladimir Loubenski Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S2 (Serious)
Version: OS:
Assigned to: CPU Architecture:Any

[15 Oct 2004 19:26] Vladimir Loubenski
Description:
In help writen:
If you want all your (non-system) tables to be created as InnoDB tables, you can, starting from the MySQL 3.23.43, add the line default-table-type=innodb to the [mysqld] section of your `my.cnf' or `my.ini' file. 

I did it but it doesn't work.
Our company have MySQL 4.0.21 .

Thank you in advance.

How to repeat:
Add line: default-table-type=innodb to my.ini file.
Try to create any table.
Example: create table t1(F1 int)
Table created as MyISAM
[15 Oct 2004 19:39] Vladimir Loubenski
After server was restarted table created as InnoDB.
It is not a bug.
Thank you.