Author: paul
Date: 2005-10-22 18:17:08 +0200 (Sat, 22 Oct 2005)
New Revision: 144
Log:
r2998@frost: paul | 2005-10-22 10:52:17 -0500
Minor formatting changes.
Modified:
trunk/
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-innodb.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:2997
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:145
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:2998
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:145
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2005-10-22 16:16:42 UTC (rev 143)
+++ trunk/refman-common/news-4.1.xml 2005-10-22 16:17:08 UTC (rev 144)
@@ -244,10 +244,9 @@
<listitem>
<para>
- The default value of
- <literal>query_prealloc_size</literal> was set to 8192,
- lower than its minimum of 16384. The minimum has been lowered
- to 8192. (Bug #13334)
+ The default value of <literal>query_prealloc_size</literal>
+ was set to 8192, lower than its minimum of 16384. The minimum
+ has been lowered to 8192. (Bug #13334)
</para>
</listitem>
@@ -269,10 +268,10 @@
</listitem>
<listitem>
- <para>
- <command>mysqladmin</command> and <command>mysqldump</command>
- would hang on SCO OpenServer. (Bug #13238)
- </para>
+ <para>
+ <command>mysqladmin</command> and <command>mysqldump</command>
+ would hang on SCO OpenServer. (Bug #13238)
+ </para>
</listitem>
<listitem>
@@ -1366,9 +1365,10 @@
<listitem>
<para>
- Performing <literal>DATE(LEFT(column,8))</literal> on a
- <literal>DATE</literal> column produces incorrect results.
- (Bug #12266)
+ Performing
+ <literal>DATE(LEFT(<replaceable>column</replaceable>,8))</literal>
+ on a <literal>DATE</literal> column produces incorrect
+ results. (Bug #12266)
</para>
</listitem>
@@ -2972,9 +2972,10 @@
<listitem>
<para>
- <literal>CAST(string_argument AS UNSIGNED)</literal> didn't
- work for big integers above the signed range. Now this
- function and <literal>CAST(string_argument AS
+ <literal>CAST(<replaceable>string_argument</replaceable> AS
+ UNSIGNED)</literal> didn't work for big integers above the
+ signed range. Now this function and
+ <literal>CAST(<replaceable>string_argument</replaceable> AS
SIGNED)</literal> also produces warnings for wrong string
arguments. (Bug #7036)
</para>
@@ -10234,9 +10235,10 @@
<para>
One can specify the different
<literal>BLOB</literal>/<literal>TEXT</literal> types with the
- syntax <literal>BLOB(length)</literal> and
- <literal>TEXT(length)</literal>. MySQL automatically changes
- it to one of the internal
+ syntax
+ <literal>BLOB(<replaceable>length</replaceable>)</literal> and
+ <literal>TEXT(<replaceable>length</replaceable>)</literal>.
+ MySQL automatically changes it to one of the internal
<literal>BLOB</literal>/<literal>TEXT</literal> types.
</para>
</listitem>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2005-10-22 16:16:42 UTC (rev 143)
+++ trunk/refman-common/news-5.0.xml 2005-10-22 16:17:08 UTC (rev 144)
@@ -145,7 +145,7 @@
</row>
<row>
<entry>< 512</entry>
- <entry><literal>VARCHAR(max_length)</literal></entry>
+ <entry><literal>VARCHAR(<replaceable>max_length</replaceable>)</literal></entry>
</row>
<row>
<entry>>= 512</entry>
Modified: trunk/refman-common/news-innodb.xml
===================================================================
--- trunk/refman-common/news-innodb.xml 2005-10-22 16:16:42 UTC (rev 143)
+++ trunk/refman-common/news-innodb.xml 2005-10-22 16:17:08 UTC (rev 144)
@@ -3573,8 +3573,11 @@
<listitem>
<para>
- Fixed a crash when MAX(col) is selected from an empty table,
- and col is a not the first column in a multi-column index.
+ Fixed a crash when
+ <literal>MAX(<replaceable>col</replaceable>)</literal> is
+ selected from an empty table, and
+ <replaceable>col</replaceable> is a not the first column in a
+ multi-column index.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r144 - in trunk: . refman-common | paul | 22 Oct |