Author: jstephens
Date: 2006-09-28 07:09:38 +0200 (Thu, 28 Sep 2006)
New Revision: 3488
Log:
Added note about icc version and building with Cluster support on IA64
(Refer Bug #21875)
Modified:
trunk/refman-5.0/porting.xml
trunk/refman-5.1/porting.xml
Modified: trunk/refman-5.0/porting.xml
===================================================================
--- trunk/refman-5.0/porting.xml 2006-09-28 04:07:14 UTC (rev 3487)
+++ trunk/refman-5.0/porting.xml 2006-09-28 05:09:38 UTC (rev 3488)
Changed blocks: 1, Lines Added: 18, Lines Deleted: 0; 1086 bytes
@@ -78,6 +78,24 @@
HP-UX <command>aCC</command>, IBM AIX <command>xlC_r</command>),
Intel <command>ecc/icc</command> and Compaq <command>cxx</command>).
</para>
+
+ <indexterm>
+ <primary><command>icc</command></primary>
+ <secondary>and MySQL Cluster support></secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>MySQL Cluster</primary>
+ <secondary>compiling with <command>icc</command></secondary>
+ </indexterm>
+
+ <para>
+ <emphasis role="bold">Important</emphasis>: If you are trying to
+ build MySQL 5.0.23 or later on the IA64 platform with
+ <command>icc</command>, and need support for MySQL Cluster, you
+ should first ensure that you are using <command>icc</command>
+ version 9.1.043 or later. (For details, see Bug #21875.)
+ </para>
<para>
To compile only the client use <command>./configure
Modified: trunk/refman-5.1/porting.xml
===================================================================
--- trunk/refman-5.1/porting.xml 2006-09-28 04:07:14 UTC (rev 3487)
+++ trunk/refman-5.1/porting.xml 2006-09-28 05:09:38 UTC (rev 3488)
Changed blocks: 1, Lines Added: 18, Lines Deleted: 0; 1073 bytes
@@ -78,6 +78,24 @@
HP-UX <command>aCC</command>, IBM AIX <command>xlC_r</command>),
Intel <command>ecc/icc</command> and Compaq <command>cxx</command>).
</para>
+
+ <indexterm>
+ <primary><command>icc</command></primary>
+ <secondary>and MySQL Cluster support></secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>MySQL Cluster</primary>
+ <secondary>compiling with <command>icc</command></secondary>
+ </indexterm>
+
+ <para>
+ <emphasis role="bold">Important</emphasis>: If you are trying to
+ build MySQL 5.1 with <command>icc</command> on the IA64 platform,
+ and need support for MySQL Cluster, you should first ensure that you
+ are using <command>icc</command> version 9.1.043 or later. (For
+ details, see Bug #21875.)
+ </para>
<para>
To compile only the client use <command>./configure
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3488 - in trunk: refman-5.0 refman-5.1 | jon | 28 Sep |