List:Commits« Previous MessageNext Message »
From:paul.dubois Date:September 29 2008 8:53pm
Subject:svn commit - mysqldoc@docsrva: r11915 - in trunk: . dynamic-docs/changelog refman-6.0
View as plain text  
Author: paul
Date: 2008-09-29 22:53:26 +0200 (Mon, 29 Sep 2008)
New Revision: 11915

Log:
 r34316@frost:  paul | 2008-09-29 15:52:35 -0500
 Document bugfixes:
 Bug#34171: Backup: ignoring --secure-file-priv
 Bug#37522: Backup: stream_v1_transport: Error condition should be checked for as_* calls
 Bug#38462: Binlog file shows incomplete file name in online backup table.


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/refman-6.0/dba-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:34315
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33355
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:34316
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33355


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-29 20:53:19 UTC (rev 11914)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-09-29 20:53:26 UTC (rev 11915)
Changed blocks: 1, Lines Added: 84, Lines Deleted: 0; 1973 bytes

@@ -27835,4 +27835,88 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="BACKUP DATABASE"/>
+      <manual type="RESTORE"/>
+      <manual type="secure_file_priv"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="34171"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.8"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>secure_file_priv</literal> system variable now
+        applies to <literal>BACKUP DATABASE</literal> and
+        <literal>RESTORE</literal> operations: If the value is nonempty,
+        backup and restore operations can read and write files only in
+        the given directory.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="MySQL Backup"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="38462"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.8"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The binary log filename stored in the
+        <literal>binlog_file</literal> column of the
+        <literal>mysql.backup_history</literal> MySQL Backup table now
+        is the file basename (the final component). Previously, the full
+        pathname was stored, but this could be too long for the column
+        width.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="MySQL Backup"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="37522"/>
+    </bugs>
+
+    <versions>
+      <version ver="6.0.8"/>
+    </versions>
+
+    <message>
+
+      <para>
+        MySQL Backup was not consistently checking for
+        <literal>BSTREAM_ERROR</literal> errors.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-09-29 20:53:19 UTC (rev 11914)
+++ trunk/refman-6.0/dba-core.xml	2008-09-29 20:53:26 UTC (rev 11915)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 4; 943 bytes

@@ -2556,10 +2556,11 @@
 
           <para>
             This option limits the effect of the
-            <function role="sql">LOAD_FILE()</function> function and the
-            <literal>LOAD DATA</literal> and <literal>SELECT ... INTO
-            OUTFILE</literal> statements to work only with files in the
-            specified directory.
+            <function role="sql">LOAD_FILE()</function> function, the
+            <literal>LOAD DATA</literal>, <literal>SELECT ... INTO
+            OUTFILE</literal>, <literal>BACKUP DATABASE</literal>, and
+            <literal>RESTORE</literal> statements to work only with
+            files in the specified directory.
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r11915 - in trunk: . dynamic-docs/changelog refman-6.0paul.dubois29 Sep