Author: paul
Date: 2009-03-02 19:59:21 +0100 (Mon, 02 Mar 2009)
New Revision: 14021
Log:
r39143@frost: paul | 2009-03-02 12:34:57 -0500
Fix docs bug:
Bug#42426: Backup history log details are not updated as operation progresses.
Modified:
trunk/refman-6.0/backup.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:39142
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36641
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:39143
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36641
Modified: trunk/refman-6.0/backup.xml
===================================================================
--- trunk/refman-6.0/backup.xml 2009-03-02 18:59:12 UTC (rev 14020)
+++ trunk/refman-6.0/backup.xml 2009-03-02 18:59:21 UTC (rev 14021)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 9; 1602 bytes
@@ -2120,15 +2120,14 @@
<para>
The <literal>backup_history</literal> table contains a row
for each backup and restore operation. A row is created
- when an operation begins and is updated as the operation
- progresses. The rows in this table serve as a history of
- all backup and restore operations performed on the server.
- The table can be queried to obtained detailed information
- about the operations or as a means to create a summary of
- the operations. The rows are not removed from the table by
- the server. Any table maintenance, such as removing old
- rows, is intended to be performed by the database
- administrator.
+ when an operation completes. The rows in this table serve
+ as a history of all backup and restore operations
+ performed on the server. The table can be queried to
+ obtained detailed information about the operations or as a
+ means to create a summary of the operations. The rows are
+ not removed from the table by the server. Any table
+ maintenance, such as removing old rows, is intended to be
+ performed by the database administrator.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r14021 - in trunk: . refman-6.0 | paul.dubois | 2 Mar |