-
Bug
-
Resolution: Won't Fix
-
Medium
-
None
-
2.5.4
-
None
The Default storage engine for MySQL is MyISAM. This storage engine does not support Foreign Key constraints. This may cause data corruption and is not recommended for use.
You can set the default Storage Engine for MySQL by passing the '--default-storage-engine=InnoDB' option when starting mysql.
For more information see: http://dev.mysql.com/doc/refman/4.1/en/storage-engines.html.
Can we possibly fix it via following these instructions?
- note : seems as the upgrade process is triggered twice under a specific circumstance - please investigate
- is related to
-
CONFSERVER-9698 Suggestion to use InnoDB engine for MySQL database in the documentation
- Closed
- relates to
-
CONFSERVER-10030 db2: queries that use 'lower' do not use index because of case sensitivity
- Closed