Bug #73118 skip-innodb in my.cnf should not prohibit server start
Submitted: 25 Jun 2014 18:00 Modified: 26 Jun 2014 4:25
Reporter: Morgan Tocker Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S4 (Feature request)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[25 Jun 2014 18:00] Morgan Tocker
Description:
In a future MySQL release, we have proposed that skip-innodb will not be supported:
http://www.tocker.ca/2014/05/22/mysql-soon-to-store-system-tables-in-innodb.html

I would like to request that when the server option 'skip-innodb' is specified, mysqld print a warning to the error log saying something like "Option 'skip-innodb' has been removed from MySQL and will not apply."

The rationale is that the behavior change they are requesting is quite small in most cases, and the user can continue to use MyISAM tables.

How to repeat:
-

Suggested fix:
1) Print warning:
2014-05-14T17:03:31.258417Z 0 [Warning] Option 'skip-innodb' has been removed from MySQL and will not apply.

2) Make sure the server can continue to start.