Bug #60971 Server won't start if InnodDB is disabled
Submitted: 25 Apr 2011 10:53 Modified: 25 Apr 2011 19:53
Reporter: Peter Laursen (Basic Quality Contributor) Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1.10 OS:Windows (7/64 - 64 bit server)
Assigned to: CPU Architecture:Any
Tags: qc

[25 Apr 2011 10:53] Peter Laursen
Description:
Continued from here: http://bugs.mysql.com/bug.php?id=6097

I have a configuration with InnoDB disabled (file will be uploaded). If I remove the offending lines 

default-storage-engine=myisam
skip-innodb

.. it works fine.  It should work with these lines as well according to http://dev.mysql.com/doc/refman/5.5/en/server-options.html#option_mysqld_default-storage-e...

How to repeat:
see above.

Suggested fix:
no clue.
[25 Apr 2011 10:53] Peter Laursen
failing configuration

Attachment: my.ini (application/octet-stream, text), 8.74 KiB.

[25 Apr 2011 19:53] Sveta Smirnova
Thank you for the report.

Additionally to default-storage-engine  you also have:

----<q>----
# The default storage engine that will be used when create new tables when
default-storage-engine=INNODB
----</q>----

This explains why server refuses to start. Closing as "Not a Bug".