Author: paul
Date: 2008-08-12 20:22:24 +0200 (Tue, 12 Aug 2008)
New Revision: 11539
Log:
r33320@frost: paul | 2008-08-12 13:17:29 -0500
Add MySQL Backup new-features changelog entry for 6.0.6
Modified:
trunk/dynamic-docs/changelog/mysqld-1.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:33316
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32725
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33320
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32725
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-12 18:18:58 UTC (rev 11538)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-12 18:22:24 UTC (rev 11539)
Changed blocks: 1, Lines Added: 51, Lines Deleted: 0; 1569 bytes
@@ -24357,4 +24357,55 @@
</logentry>
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="MySQL Backup"/>
+ </tags>
+
+ <versions>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Several improvements were made to MySQL Backup (the
+ <literal>BACKUP DATABASE</literal> and
+ <literal>RESTORE</literal> statements):
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Drivers are now included for storage engines that do not
+ store any data or rely on other storage engines for data
+ storage: <literal>MERGE</literal>,
+ <literal>FEDERATED</literal>, <literal>BLACKHOLE</literal>,
+ <literal>EXAMPLE</literal>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The backup kernel better determines the dependency ordering
+ of objects to be backed up so that they can be restored in
+ the proper order.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Restored events and triggers are not reactivated until the
+ restore operation completes.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11539 - in trunk: . dynamic-docs/changelog | paul.dubois | 12 Aug |