List:Commits« Previous MessageNext Message »
From:jon Date:August 30 2006 1:14am
Subject:svn commit - mysqldoc@docsrva: r3137 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2006-08-30 03:14:52 +0200 (Wed, 30 Aug 2006)
New Revision: 3137

Log:
NdbBlob::getLength() was misnamed NdbBlob::setLength()

Added renamed-nodes.txt file

Added:
   trunk/ndbapi/renamed-nodes.txt
Modified:
   trunk/ndbapi/ndb-classes.xml


Modified: trunk/ndbapi/ndb-classes.xml
===================================================================
--- trunk/ndbapi/ndb-classes.xml	2006-08-30 01:06:38 UTC (rev 3136)
+++ trunk/ndbapi/ndb-classes.xml	2006-08-30 01:14:52 UTC (rev 3137)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 699 bytes

@@ -3432,12 +3432,12 @@
 
       </section>
 
-      <section id="class-ndbblob-setlength">
+      <section id="class-ndbblob-getlength">
 
-        <title><literal>NdbBlob::setLength()</literal></title>
+        <title><literal>NdbBlob::getLength()</literal></title>
 
         <indexterm>
-          <primary><literal>NdbBlob::setLength()</literal></primary>
+          <primary><literal>NdbBlob::getLength()</literal></primary>
         </indexterm>
 
         <indexterm>


Added: trunk/ndbapi/renamed-nodes.txt
===================================================================
--- trunk/ndbapi/renamed-nodes.txt	                        (rev 0)
+++ trunk/ndbapi/renamed-nodes.txt	2006-08-30 01:14:52 UTC (rev 3137)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1240 bytes

@@ -0,0 +1,22 @@
+# renamed-nodes.txt
+#
+# This file lists page name changes for online multi-page documents.
+# These are documents that are built with a command of the form "make
+# docname.html-web".  For such documents, page names correspond to
+# the root element id in the DocBook source for the page. For example,
+# <section id="this-is-a-page"> generates a page named this-is-a-page.html.
+# If the section id changes, list the old and new id values in this
+# file so that the mysql.com web server knows how to map requests for
+# the old page to the new page. Each mapping line lists the old id
+# followed by the new id, separated by a space.
+# Example: my-old-page-name my-new-page-name
+# When the .html-web target for the document is built and transferred
+# to the web server host, this file is packaged with the output HTML
+# pages.
+#
+#
+# Lines beginning with # in column one are interpreted as
+# comments and ignored.
+#
+
+class-ndbblob-setlength class-ndbblob-getlength
\ No newline at end of file


Thread
svn commit - mysqldoc@docsrva: r3137 - trunk/ndbapijon30 Aug