List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 10 2007 2:14pm
Subject:svn commit - mysqldoc@docsrva: r7769 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: mcbrown
Date: 2007-09-10 14:14:43 +0200 (Mon, 10 Sep 2007)
New Revision: 7769

Log:
Removing Borland section



Modified:
   trunk/refman-5.0/installing-cs.xml
   trunk/refman-5.0/renamed-nodes.txt
   trunk/refman-5.1/installing.xml
   trunk/refman-5.1/renamed-nodes.txt


Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml	2007-09-09 02:08:36 UTC (rev 7768)
+++ trunk/refman-5.0/installing-cs.xml	2007-09-10 12:14:43 UTC (rev 7769)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 29; 1450 bytes

@@ -10290,35 +10290,6 @@
 
       </section>
 
-      <section id="borland-c-plus-plus" role="cs">
-
-        <title>Building MySQL from Source Using Borland C++</title>
-    &cs-only;
-
-      <indexterm>
-          <primary>Borland C++ compiler</primary>
-        </indexterm>
-
-        <para>
-          You can compile the MySQL Windows source with Borland C++
-          5.02. (The Windows source includes only projects for Microsoft
-          VC++, for Borland C++ you have to do the project files
-          yourself.)
-        </para>
-
-        <para>
-          One known problem with Borland C++ is that it uses a different
-          structure alignment than VC++. This means that you run into
-          problems if you try to use the default
-          <literal>libmysql.dll</literal> libraries (that were compiled
-          using VC++) with Borland C++. To avoid this problem, only call
-          <literal>mysql_init()</literal> with
<literal>NULL</literal>
-          as an argument, not a pre-allocated <literal>MYSQL</literal>
-          structure.
-        </para>
-
-      </section>
-
       <section id="windows-source-install">
 
         <title>Installing MySQL from a Source Build on Windows</title>


Modified: trunk/refman-5.0/renamed-nodes.txt
===================================================================
--- trunk/refman-5.0/renamed-nodes.txt	2007-09-09 02:08:36 UTC (rev 7768)
+++ trunk/refman-5.0/renamed-nodes.txt	2007-09-10 12:14:43 UTC (rev 7769)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 541 bytes

@@ -37,6 +37,7 @@
 bdb-overview bdb-storage-engine
 beos operating-system-specific-notes
 binary-notes-hp-ux quick-standard-installation
+borland-c-plus-plus windows-source-build
 blob-article myodbc-usagenotes-apptips
 case-sensitivity-operators cast-functions
 charset-cast charset-convert


Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml	2007-09-09 02:08:36 UTC (rev 7768)
+++ trunk/refman-5.1/installing.xml	2007-09-10 12:14:43 UTC (rev 7769)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 28; 1361 bytes

@@ -9954,34 +9954,6 @@
 
       </section>
 
-      <section id="borland-c-plus-plus">
-
-        <title>Building MySQL from Source Using Borland C++</title>
-
-        <indexterm>
-          <primary>Borland C++ compiler</primary>
-        </indexterm>
-
-        <para>
-          You can compile the MySQL Windows source with Borland C++
-          5.02. (The Windows source includes only projects for Microsoft
-          VC++, for Borland C++ you have to do the project files
-          yourself.)
-        </para>
-
-        <para>
-          One known problem with Borland C++ is that it uses a different
-          structure alignment than VC++. This means that you run into
-          problems if you try to use the default
-          <literal>libmysql.dll</literal> libraries (that were compiled
-          using VC++) with Borland C++. To avoid this problem, only call
-          <literal>mysql_init()</literal> with
<literal>NULL</literal>
-          as an argument, not a pre-allocated <literal>MYSQL</literal>
-          structure.
-        </para>
-
-      </section>
-
     </section>
 
     <section id="windows-client-compiling">


Modified: trunk/refman-5.1/renamed-nodes.txt
===================================================================
--- trunk/refman-5.1/renamed-nodes.txt	2007-09-09 02:08:36 UTC (rev 7768)
+++ trunk/refman-5.1/renamed-nodes.txt	2007-09-10 12:14:43 UTC (rev 7769)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 544 bytes

@@ -44,6 +44,7 @@
 bdb-storage-engine news-5-1-12
 binary-notes-hp-ux quick-standard-installation
 blob-article myodbc-usagenotes-apptips
+borland-c-plus-plus windows-source-build
 case-sensitivity-operators cast-functions
 charset-cast charset-convert
 charset-config-file adding-character-set


Thread
svn commit - mysqldoc@docsrva: r7769 - in trunk: refman-5.0 refman-5.1mcbrown10 Sep