Author: paul
Date: 2007-01-26 04:13:07 +0100 (Fri, 26 Jan 2007)
New Revision: 4651
Log:
r15371@frost: paul | 2007-01-25 20:56:20 -0600
Document bugfixes:
Bug#18526
Bug#21265
Bug#23973
Modified:
trunk/refman-4.1/news-4.1.xml
trunk/refman-5.0/releasenotes-es-5.0.xml
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:18805
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:15343
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:18805
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:15371
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520
Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml 2007-01-25 21:55:09 UTC (rev 4650)
+++ trunk/refman-4.1/news-4.1.xml 2007-01-26 03:13:07 UTC (rev 4651)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 733 bytes
@@ -232,6 +232,14 @@
<listitem>
<para>
+ The server was built even when <command>configure</command>
+ was run with the <option>--without-server</option> option.
+ (Bug #23973)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
A table created with the <literal>ROW_FORMAT = FIXED</literal>
table option lost the option if an index was added or dropped
with <literal>CREATE INDEX</literal> or <literal>DROP
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-01-25 21:55:09 UTC (rev 4650)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-01-26 03:13:07 UTC (rev 4651)
Changed blocks: 2, Lines Added: 24, Lines Deleted: 0; 1463 bytes
@@ -318,6 +318,15 @@
<listitem>
<para>
+ The <option>--skip-thread-priority</option> option now is
+ enabled by default for binary Mac OS X distributions. Use of
+ thread priorities degrades performance on Mac OS X. (Bug
+ #18526)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Added the <option>--disable-grant-options</option> option to
<command>configure</command>. If
<command>configure</command>
is run with this option, the <option>--bootstrap</option>,
@@ -340,6 +349,21 @@
<listitem>
<para>
+ The server was built even when <command>configure</command>
+ was run with the <option>--without-server</option> option.
+ (Bug #23973)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <filename>mysqld_error.h</filename> was not installed when
+ only the client libraries were built. (Bug #21265)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Using a view in combination with a <literal>USING</literal>
clause caused column aliases to be ignored. (Bug #25106)
</para>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-01-25 21:55:09 UTC (rev 4650)
+++ trunk/refman-5.1/news-5.1.xml 2007-01-26 03:13:07 UTC (rev 4651)
Changed blocks: 2, Lines Added: 24, Lines Deleted: 0; 1445 bytes
@@ -166,6 +166,15 @@
<listitem>
<para>
+ The <option>--skip-thread-priority</option> option now is
+ enabled by default for binary Mac OS X distributions. Use of
+ thread priorities degrades performance on Mac OS X. (Bug
+ #18526)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Added the <option>--disable-grant-options</option> option to
<command>configure</command>. If
<command>configure</command>
is run with this option, the <option>--bootstrap</option>,
@@ -298,6 +307,21 @@
<listitem>
<para>
+ The server was built even when <command>configure</command>
+ was run with the <option>--without-server</option> option.
+ (Bug #23973)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <filename>mysqld_error.h</filename> was not installed when
+ only the client libraries were built. (Bug #21265)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<command>mysql_install_db</command> did not create the
<literal>mysql.plugin</literal> table if strict SQL mode was
enabled. (Bug #24270)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4651 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 26 Jan |