Author: paul
Date: 2005-12-13 19:51:00 +0100 (Tue, 13 Dec 2005)
New Revision: 554
Log:
r1648@kite-hub: paul | 2005-12-13 12:50:30 -0600
--hex-blob also affects BIT columns as of 5.0.13.
Modified:
trunk/
trunk/refman-5.0/client-side-scripts.xml
trunk/refman-5.1/client-side-scripts.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4743
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1609
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4743
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1648
Modified: trunk/refman-5.0/client-side-scripts.xml
===================================================================
--- trunk/refman-5.0/client-side-scripts.xml 2005-12-13 18:10:55 UTC (rev 553)
+++ trunk/refman-5.0/client-side-scripts.xml 2005-12-13 18:51:00 UTC (rev 554)
@@ -5811,7 +5811,8 @@
example, <literal>'abc'</literal> becomes
<literal>0x616263</literal>). The affected columns are
<literal>BINARY</literal>,
<literal>VARBINARY</literal>,
- <literal>BLOB</literal>.
+ and <literal>BLOB</literal>. As of MySQL 5.0.13,
+ <literal>BIT</literal> columns are affected as well.
</para>
</listitem>
Modified: trunk/refman-5.1/client-side-scripts.xml
===================================================================
--- trunk/refman-5.1/client-side-scripts.xml 2005-12-13 18:10:55 UTC (rev 553)
+++ trunk/refman-5.1/client-side-scripts.xml 2005-12-13 18:51:00 UTC (rev 554)
@@ -5810,7 +5810,7 @@
example, <literal>'abc'</literal> becomes
<literal>0x616263</literal>). The affected columns are
<literal>BINARY</literal>,
<literal>VARBINARY</literal>,
- <literal>BLOB</literal>.
+ <literal>BLOB</literal>, and
<literal>BIT</literal>.
</para>
</listitem>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2005-12-13 18:10:55 UTC (rev 553)
+++ trunk/refman-common/news-5.0.xml 2005-12-13 18:51:00 UTC (rev 554)
@@ -572,7 +572,7 @@
<listitem>
<para>
For binary string data types, <command>mysqldump
- --hex-blob</command> produced and illegal output value of
+ --hex-blob</command> produced an illegal output value of
<literal>0x</literal> rather than
<literal>''</literal>. (Bug
#13318)
</para>
@@ -2485,6 +2485,14 @@
<listitem>
<para>
+ The <option>--hex-dump</option> option for
+ <command>mysqldump</command> now also applies to
+ <literal>BIT</literal> columns.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Added a <option>--routines</option> option for
<command>mysqldump</command> that enables dumping of stored
routines. (Bug #9056)
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2005-12-13 18:10:55 UTC (rev 553)
+++ trunk/refman-common/news-5.1.xml 2005-12-13 18:51:00 UTC (rev 554)
@@ -204,7 +204,7 @@
<listitem>
<para>
For binary string data types, <command>mysqldump
- --hex-blob</command> produced and illegal output value of
+ --hex-blob</command> produced an illegal output value of
<literal>0x</literal> rather than
<literal>''</literal>. (Bug
#13318)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r554 - in trunk: . refman-5.0 refman-5.1 refman-common | paul | 13 Dec |