List:Commits« Previous MessageNext Message »
From:paul Date:April 17 2008 9:34pm
Subject:svn commit - mysqldoc@docsrva: r10525 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-04-17 21:34:26 +0200 (Thu, 17 Apr 2008)
New Revision: 10525

Log:
 r30827@arctic:  paul | 2008-04-17 14:34:03 -0500
 Document bugfixes:
 Bug#28780: report_host is not available through SELECT @@report_host


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30785
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30826
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30785
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30827


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-17 19:34:13 UTC (rev 10524)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-04-17 19:34:26 UTC (rev 10525)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1227 bytes

@@ -16771,4 +16771,41 @@
 
   </logentry>
 
+  <logentry entrytype="feature">
+
+    <tags>
+      <manual type="report_host"/>
+      <manual type="report_password"/>
+      <manual type="report_port"/>
+      <manual type="report_user"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="XXX"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.24"/>
+      <version ver="6.0.5"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The new read-only global system variables
+        <literal>report_host</literal>,
+        <literal>report_password</literal>,
+        <literal>report_port</literal>, and
+        <literal>report_user</literal> system variables provide runtime
+        access to the values of the corresponding
+        <option>--report-host</option>,
+        <option>--report-password</option>,
+        <option>--report-port</option>, and
+        <option>--report-user</option> options.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r10525 - in trunk: . dynamic-docs/changelogpaul17 Apr