Hi,
We want to choose mysql engine (InnoDB) for Jackrabbit tables without
changing the DB's default engine type. Is there a way to do this?
I saw a related jira
https://issues.apache.org/jira/browse/JCR-1435:Choose the MySQL engine
for database storage (default to MyISAM). I added mysqlEngine
parameter to the repository.xml but could not get the mysqlEngine
configuration to work. Please let me know if I am doing anything
wrong.
<Repository>
<FileSystem class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
...
<param name="mysqlEngine" value="InnoDB"/>
</FileSystem>
Regards
|