Author: ppenicka
Date: 2012-10-23 10:03:34 -0400 (Tue, 23 Oct 2012)
New Revision: 8933
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/multilanguage-support.xml
Log:
BZ#803781 - removed mention of MyISAM engine.
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2012-10-22 21:30:41
UTC (rev 8932)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2012-10-23 14:03:34
UTC (rev 8933)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revision>
+ <revnumber>6.0.0-9</revnumber>
+ <date>Tue Oct 23 2012</date>
+ <author>
+ <firstname>Petr</firstname>
+ <surname>Penicka</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#803781 - removed mention of MyISAM engine.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revnumber>6.0.0-8</revnumber>
<date>Mon Oct 22 2012</date>
<author>
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/multilanguage-support.xml
===================================================================
---
epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/multilanguage-support.xml 2012-10-22
21:30:41 UTC (rev 8932)
+++
epp/docs/branches/6.0/Reference_Guide/en-US/modules/eXoJCR/jcr/configuration/multilanguage-support.xml 2012-10-23
14:03:34 UTC (rev 8933)
@@ -113,7 +113,7 @@
Using JCR with a MySQL-back end requires a special dialect <ulink
url="http://jira.exoplatform.org/browse/JCR-375">MySQL-UTF8&... to
be used for internationalization support.
</para>
<para>
- The database default charset should be
<parameter>latin1</parameter> so as to use limited index space effectively
(1000 bytes for an <literal>MyISAM</literal> engine and 767 for
<literal>InnoDB</literal>).
+ The database default charset should be
<parameter>latin1</parameter> so as to use limited index space effectively
(767 for <literal>InnoDB</literal>).
</para>
<para>
If the database default charset is multibyte, a JCR database initialization
error is encountered concerning index creation failure.