Author: jstephens
Date: 2006-09-25 10:39:06 +0200 (Mon, 25 Sep 2006)
New Revision: 3446
Log:
Documenting fix for Bug #21955 (Cluster/NDB API): NDB API libs/headers
weren't included in 5.1 binary distributions.
Modified:
trunk/ndbapi/getting-started.xml
trunk/refman-5.1/news-5.1.xml
Modified: trunk/ndbapi/getting-started.xml
===================================================================
--- trunk/ndbapi/getting-started.xml 2006-09-25 03:50:11 UTC (rev 3445)
+++ trunk/ndbapi/getting-started.xml 2006-09-25 08:39:06 UTC (rev 3446)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 749 bytes
@@ -66,6 +66,14 @@
applications, and this Guide is targeted for use with MySQL
5.1.
</para>
+
+ <para>
+ The library and header files were not included in MySQL 5.1
+ binary distributions prior to MySQL 5.1.12; beginning with
+ 5.1.12, you can find them in
+ <filename>/usr/include/storage/ndb</filename>. This issue did
+ not occur when compiling MySQL 5.1 from source.
+ </para>
</note>
</section>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-09-25 03:50:11 UTC (rev 3445)
+++ trunk/refman-5.1/news-5.1.xml 2006-09-25 08:39:06 UTC (rev 3446)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 867 bytes
@@ -1053,6 +1053,18 @@
longer available. (Bug #9678)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (Direct APIs): The
+ <filename>storage/ndb</filename> directory was missing from
+ the server binary distribution, making it impossible to
+ compile <literal>NDB</literal> API and MGM API applications.
+ This directory can be found as
+ <filename>/usr/include/storage/ndb</filename> after installing
+ that distribution. (Bug #21955)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3446 - in trunk: ndbapi refman-5.1 | jon | 25 Sep |