Author: paul
Date: 2008-03-17 20:08:43 +0100 (Mon, 17 Mar 2008)
New Revision: 10283
Log:
r30083@frost: paul | 2008-03-17 14:04:10 -0500
Document bugfix:
Bug#26780: patch to add auto vertical output option to the cli.
This patch adds --auto-vertical-output to mysql client.
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/dynamic-docs/command-optvars/mysql.xml
trunk/refman-6.0/programs-client-core.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:30076
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30059
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30083
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30059
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-03-17 18:40:09 UTC (rev 10282)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-03-17 19:08:43 UTC (rev 10283)
Changed blocks: 1, Lines Added: 30, Lines Deleted: 0; 1017 bytes
@@ -11645,4 +11645,34 @@
</logentry>
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="mysql"/>
+ <manual type="--auto-vertical-output"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="26780"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.4"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Added the <option>--auto-vertical-output</option> option to
+ <command>mysql</command> which causes result sets to be
+ displayed vertically if they are too wide for the current
+ window, and using normal tabular format otherwise. (This applies
+ to statements terminated by <literal>;</literal> or
+ <literal>\G</literal>.)
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
Modified: trunk/dynamic-docs/command-optvars/mysql.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysql.xml 2008-03-17 18:40:09 UTC (rev 10282)
+++ trunk/dynamic-docs/command-optvars/mysql.xml 2008-03-17 19:08:43 UTC (rev 10283)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 901 bytes
@@ -106,6 +106,28 @@
</mysqloption>
+ <mysqloption id="auto-vertical-output">
+
+ <xrefto id="option_mysql_auto-vertical-output"/>
+
+ <name>auto-vertical-output</name>
+
+ <shortdescription lang="en">
+ Enable automatic vertical result set display
+ </shortdescription>
+
+ <types>
+ <optype class="cmdline" format="--auto-vertical-output"/>
+ <optype class="mycnf"/>
+ </types>
+
+ <versions>
+ <manual version="6.0"/>
+ <introduced version="6.0.4"/>
+ </versions>
+
+ </mysqloption>
+
<mysqloption id="character-sets-dir">
<xrefto id="option_mysql_character-sets-dir"/>
Modified: trunk/refman-6.0/programs-client-core.xml
===================================================================
--- trunk/refman-6.0/programs-client-core.xml 2008-03-17 18:40:09 UTC (rev 10282)
+++ trunk/refman-6.0/programs-client-core.xml 2008-03-17 19:08:43 UTC (rev 10283)
Changed blocks: 1, Lines Added: 24, Lines Deleted: 0; 1276 bytes
@@ -209,6 +209,30 @@
</listitem>
<listitem>
+ <para id="option_mysql_auto-vertical-output">
+ <indexterm>
+ <primary>mysql</primary>
+ <secondary>auto-vertical-output option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>auto-vertical-output option</primary>
+ <secondary>mysql</secondary>
+ </indexterm>
+
+ <option>--auto-vertical-output</option>
+ </para>
+
+ <para>
+ Causes result sets to be displayed vertically if they are
+ too wide for the current window, and using normal tabular
+ format otherwise. (This applies to statements terminated by
+ <literal>;</literal> or <literal>\G</literal>.) This option
+ was added in MySQL 6.0.4.
+ </para>
+ </listitem>
+
+ <listitem>
<para id="option_mysql_batch">
<indexterm>
<primary>mysql</primary>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10283 - in trunk: . dynamic-docs/changelog dynamic-docs/command-optvars refman-6.0 | paul | 17 Mar |