Author: paul
Date: 2008-08-05 20:18:08 +0200 (Tue, 05 Aug 2008)
New Revision: 11501
Log:
r33235@frost: paul | 2008-08-05 12:58:52 -0500
Document bugfixes:
Bug#35274: merge table doesn't need any base tables, gives error 124 when key accessed
Bug#37012: Online backup: Can't backup to a pipe.
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/refman-6.0/sql-syntax-server-administration.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:33229
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32656
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33235
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32656
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-05 18:16:29 UTC (rev 11500)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-05 18:18:08 UTC (rev 11501)
Changed blocks: 3, Lines Added: 55, Lines Deleted: 2; 1726 bytes
@@ -4724,9 +4724,10 @@
<version ver="5.0.60"/>
<version ver="5.1.24"/>
<version ver="6.0.5"/>
+ <version ver="5.0.67"/>
</versions>
- <message ver="4.1.24,5.0.60">
+ <message ver="4.1.24,5.0.60,5.0.67">
<para>
It was possible to circumvent privileges through the creation of
@@ -4740,7 +4741,7 @@
</message>
- <message>
+ <message ver="5.1.24,6.0.5">
<para>
It was possible to circumvent privileges through the creation of
@@ -23706,4 +23707,56 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="MERGE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="35274"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Accessing a <literal>MERGE</literal> table with an empty
+ underlying table list incorrectly resulted in a <quote>wrong
+ index</quote> error message rather than <quote>end of
+ file.</quote>
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="BACKUP DATABASE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="37012"/>
+ </bugs>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ On Unix, it is now possible for the output file for
+ <literal>BACKUP DATABASE</literal> to be an existing FIFO.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
Modified: trunk/refman-6.0/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-server-administration.xml 2008-08-05 18:16:29 UTC (rev 11500)
+++ trunk/refman-6.0/sql-syntax-server-administration.xml 2008-08-05 18:18:08 UTC (rev 11501)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 1204 bytes
@@ -2672,10 +2672,12 @@
<para>
This statement backs up one or more databases and writes the
backup contents to an image file (a file containing database
- contents). The file must be named as a literal string and must
- not already exist. It should be specified as a full pathname.
- The file is written to the server host. Its location must be in
- a directory where the server can create and write files.
+ contents). The file must be named as a literal string. The file
+ can be a regular file, in which case, it must not already exist.
+ As of MySQL 6.0.6, the file can be an existing FIFO on Unix. The
+ file should be specified as a full pathname. The file is written
+ to the server host. Its location must be in a directory where
+ the server can create and write files.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11501 - in trunk: . dynamic-docs/changelog refman-6.0 | paul.dubois | 5 Aug |