Bug #14294 Default storage engine handling is broken in 5.1
Submitted: 25 Oct 2005 13:33 Modified: 28 Oct 2005 16:18
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1 OS:Linux (Linux)
Assigned to: Antony Curtis CPU Architecture:Any

[25 Oct 2005 13:33] Jonas Oreland
Description:
./mysqld --skip-innodb
create table t1 (a int) engine=innodb; // Will fail, it used to create a myisam table
see http://bugs.mysql.com/bug.php?id=13369

How to repeat:
 

Suggested fix:
[25 Oct 2005 16:21] MySQL Verification Team
miguel@hegel:~/dbs/5.1> bin/mysql -uroot test
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 5.1.2-alpha-debug

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> create table t1 (a int) engine=innodb;
ERROR 1286 (42000): Unknown table engine 'innodb'
[28 Oct 2005 16:18] Antony Curtis
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html