List:Commits« Previous MessageNext Message »
From:paul Date:February 23 2006 12:58pm
Subject:svn commit - mysqldoc@docsrva: r1432 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2006-02-23 13:58:47 +0100 (Thu, 23 Feb 2006)
New Revision: 1432

Log:
 r8058@frost:  paul | 2006-02-23 06:57:51 -0600
 Minor revisions to plugin status variable material.


Modified:
   trunk/
   trunk/refman-5.1/extending-mysql.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8046
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3504
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8058
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3504

Modified: trunk/refman-5.1/extending-mysql.xml
===================================================================
--- trunk/refman-5.1/extending-mysql.xml	2006-02-23 11:28:03 UTC (rev 1431)
+++ trunk/refman-5.1/extending-mysql.xml	2006-02-23 12:58:47 UTC (rev 1432)
@@ -1278,7 +1278,14 @@
             <para>
               The plugin version number. When the plugin is installed,
               this value can be retrieved from the
-              <literal>INFORMATION_SCHEMA.PLUGINS</literal> table.
+              <literal>INFORMATION_SCHEMA.PLUGINS</literal> table. The
+              value includes major and minor numbers. If you write the
+              value as a hex constant, the format is
+              <literal>0x<replaceable>MMNN</replaceable></literal>,
+              where <replaceable>MM</replaceable> and
+              <literal>NN</literal> are the major and minor numbers,
+              respectively. For example, <literal>0x0302</literal>
+              represents version 3.2.
             </para>
           </listitem>
 
@@ -1401,6 +1408,11 @@
                                     char *buf);
 </programlisting>
 
+        <para>
+          Plugins should consider the <literal>thd</literal> parameter
+          to be read-only.
+        </para>
+
       </section>
 
       <section id="plugin-api-type-specific">

Thread
svn commit - mysqldoc@docsrva: r1432 - in trunk: . refman-5.1paul23 Feb