Support specification of storage engine type for MySQL
------------------------------------------------------
Key: OPENJPA-1530
URL: https://issues.apache.org/jira/browse/OPENJPA-1530
Project: OpenJPA
Issue Type: Improvement
Components: jdbc
Reporter: Craig L Russell
Assignee: Craig L Russell
Priority: Minor
Fix For: 1.3.0
The MySQLDictionary currently supports only TYPE innodb. There is a skeleton
for support of this element but there is no way to change it from the default.
Also, according to the MySQL documentation, TYPE is deprecated. The recommended
(and supported) keyword is ENGINE.
I propose to change TYPE to ENGINE, and to provide a way for the user to
specify which engine to use.
Also, a property, mysql.engine, with a default of innodb (for compatibility)
can be specified by the user in order to create tables using any of the
supported engines.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.