List:Commits« Previous MessageNext Message »
From:paul Date:April 10 2006 3:20am
Subject:svn commit - mysqldoc@docsrva: r1768 - in trunk: . refman-5.1 refman-common
View as plain text  
Author: paul
Date: 2006-04-10 03:20:31 +0200 (Mon, 10 Apr 2006)
New Revision: 1768

Log:
 r9313@frost:  paul | 2006-04-09 00:01:28 -0500
 Document bugfixes:
 Bug#15980
 Bug#16857
 Bug#17112


Modified:
   trunk/
   trunk/refman-5.1/extending-mysql.xml
   trunk/refman-5.1/information-schema.xml
   trunk/refman-5.1/renamed-nodes.txt
   trunk/refman-5.1/sql-syntax.xml
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/news-5.1.xml
   trunk/refman-common/titles.en.ent


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

Modified: trunk/refman-5.1/extending-mysql.xml
===================================================================
--- trunk/refman-5.1/extending-mysql.xml	2006-04-08 14:50:04 UTC (rev 1767)
+++ trunk/refman-5.1/extending-mysql.xml	2006-04-10 01:20:31 UTC (rev 1768)
@@ -728,7 +728,7 @@
 
         <listitem>
           <para>
-            <literal>SHOW PLUGIN</literal> displays information about
+            <literal>SHOW PLUGINS</literal> displays information about
             known plugins. The <literal>PLUGINS</literal> table in
             <literal>INFORMATION_SCHEMA</literal> also contains plugin
             information.

Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml	2006-04-08 14:50:04 UTC (rev 1767)
+++ trunk/refman-5.1/information-schema.xml	2006-04-10 01:20:31 UTC (rev 1768)
@@ -3340,11 +3340,10 @@
       </listitem>
 
     </itemizedlist>
+    <para>
+      See also <xref linkend="show-plugins"/>.
+    </para>
 
-    <remark role="todo">
-      Add xref to SHOW PLUGINS when that is implemented.
-    </remark>
-
   </section>
 
   <section id="engines-table">

Modified: trunk/refman-5.1/renamed-nodes.txt
===================================================================
--- trunk/refman-5.1/renamed-nodes.txt	2006-04-08 14:50:04 UTC (rev 1767)
+++ trunk/refman-5.1/renamed-nodes.txt	2006-04-10 01:20:31 UTC (rev 1768)
@@ -129,3 +129,4 @@
 events-alter alter-event
 events-drop drop-event
 cj-changelog cj-news
+show-plugin show-plugins

Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-04-08 14:50:04 UTC (rev 1767)
+++ trunk/refman-5.1/sql-syntax.xml	2006-04-10 01:20:31 UTC (rev 1768)
@@ -16108,7 +16108,7 @@
       </indexterm>
 
       <indexterm type="function">
-        <primary>SHOW PLUGIN</primary>
+        <primary>SHOW PLUGINS</primary>
       </indexterm>
 
       <indexterm type="function">
@@ -16191,7 +16191,7 @@
 SHOW INNODB STATUS
 SHOW PROCEDURE STATUS [LIKE '<replaceable>pattern</replaceable>']
 SHOW [BDB] LOGS
-SHOW PLUGIN
+SHOW PLUGINS
 SHOW PRIVILEGES
 SHOW [FULL] PROCESSLIST
 SHOW [GLOBAL | SESSION] STATUS [LIKE '<replaceable>pattern</replaceable>']
@@ -17702,35 +17702,35 @@
 
       </section>
 
-      <section id="show-plugin">
+      <section id="show-plugins">
 
-        <title>&title-show-plugin;</title>
+        <title>&title-show-plugins;</title>
 
         <indexterm type="function">
-          <primary>SHOW PLUGIN</primary>
+          <primary>SHOW PLUGINS</primary>
         </indexterm>
 
-        <remark role="help-topic" condition="SHOW PLUGIN"/>
+        <remark role="help-topic" condition="SHOW PLUGINS"/>
 
         <remark role="help-keywords">
-          SHOW PLUGIN
+          SHOW PLUGINS
         </remark>
 
         <remark role="help-syntax"/>
 
 <programlisting>
-SHOW PLUGIN
+SHOW PLUGINS
 </programlisting>
 
         <remark role="help-description-begin"/>
 
         <para>
-          <literal>SHOW PLUGIN</literal> displays information about
+          <literal>SHOW PLUGINS</literal> displays information about
           known plugins.
         </para>
 
 <programlisting>
-mysql&gt; <userinput>SHOW PLUGIN;</userinput>
+mysql&gt; <userinput>SHOW PLUGINS;</userinput>
 +------------+--------+----------------+---------+
 | Name       | Status | Type           | Library |
 +------------+--------+----------------+---------+
@@ -17748,7 +17748,8 @@
         <remark role="help-description-end"/>
 
         <para>
-          <literal>SHOW PLUGIN</literal> was added in MySQL 5.1.5.
+          <literal>SHOW PLUGIN</literal> was added in MySQL 5.1.5 and renamed
+to <literal>SHOW PLUGINS</literal> in 5.1.9. (As of 5.1.9,
<literal>SHOW PLUGIN</literal> is deprecated and generates a warning.)
         </para>
 
       </section>

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-04-08 14:50:04 UTC (rev 1767)
+++ trunk/refman-common/news-5.0.xml	2006-04-10 01:20:31 UTC (rev 1768)
@@ -911,7 +911,7 @@
           <command>mysqlmanager</command> to allow configuration of the
           timeout for dropping an inactive connection, and increased the
           default timeout from 30 seconds to 28,800 seconds (8 hours).
-          (Bug #12674)
+          (Bug #12674, Bug#15980)
         </para>
       </listitem>
 

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-08 14:50:04 UTC (rev 1767)
+++ trunk/refman-common/news-5.1.xml	2006-04-10 01:20:31 UTC (rev 1768)
@@ -153,6 +153,14 @@
 
       <listitem>
         <para>
+          <literal>SHOW PLUGIN</literal> was renamed to <literal>SHOW
+          PLUGINS</literal>. <literal>SHOW PLUGIN</literal> now is
+          deprecated and generates a warning. (Bug #17112)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <command>mysqld_safe</command> no longer checks for a
           <command>mysqld-max</command> binary. Instead,
           <command>mysqld_safe</command> nows checks only for the
@@ -192,7 +200,7 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
           <literal>EXTRACT(QUARTER FROM
@@ -794,23 +802,15 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
-          The server would crash when <literal>SHOW STATUS</literal> was     
    
-          called on a server linked with <literal>yaSSL</literal>. (Bug
-          #18310)
+          Using <literal>ALTER TABLE</literal> to increase the length of
+          a
<literal>BINARY(<replaceable>M</replaceable>)</literal>
+          column caused column values to be padded with spaces rather
+          than <literal>0x00</literal> bytes. (Bug #16857)
         </para>
       </listitem>
-      
-      <listitem>
-        <para>
-          <literal>SELECT ... WHERE <replaceable>column</replaceable>
-            LIKE 'A%'</literal> when <replaceable>column</replaceable>
-          had a key and used the <literal>latin2_czech_cs</literal>
-          collation. (Bug #17374)
-        </para>
-      </listitem>
 
       <listitem>
         <para>
@@ -1791,6 +1791,16 @@
 
       <listitem>
         <para>
+          Added the <option>--wait-timeout</option> option to
+          <command>mysqlmanager</command> to allow configuration of the
+          timeout for dropping an inactive connection, and increased the
+          default timeout from 30 seconds to 28,800 seconds (8 hours).
+          (Bug #12674, Bug#15980)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           All subpartitions within a given partitioned table are now
           guaranteed to have unque names. (Bug #15408)
         </para>

Modified: trunk/refman-common/titles.en.ent
===================================================================
--- trunk/refman-common/titles.en.ent	2006-04-08 14:50:04 UTC (rev 1767)
+++ trunk/refman-common/titles.en.ent	2006-04-10 01:20:31 UTC (rev 1768)
@@ -1635,7 +1635,7 @@
 <!ENTITY title-show-master-logs "<literal>SHOW MASTER LOGS</literal>
Syntax">
 <!ENTITY title-show-master-status "<literal>SHOW MASTER STATUS</literal>
Syntax">
 <!ENTITY title-show-open-tables "<literal>SHOW OPEN TABLES</literal>
Syntax">
-<!ENTITY title-show-plugin "<literal>SHOW PLUGIN</literal> Syntax">
+<!ENTITY title-show-plugins "<literal>SHOW PLUGINS</literal> Syntax">
 <!ENTITY title-show-privileges "<literal>SHOW PRIVILEGES</literal>
Syntax">
 <!ENTITY title-show-procedure-status "<literal>SHOW PROCEDURE
STATUS</literal> and <literal>SHOW FUNCTION STATUS</literal>
Syntax">
 <!ENTITY title-show-processlist "<literal>SHOW PROCESSLIST</literal>
Syntax">

Thread
svn commit - mysqldoc@docsrva: r1768 - in trunk: . refman-5.1 refman-commonpaul10 Apr