From: Date: September 12 2008 9:05pm Subject: svn commit - mysqldoc@docsrva: r11801 - in trunk: . refman-6.0 List-Archive: http://lists.mysql.com/commits/54003 Message-Id: <200809121905.m8CJ50cJ011501@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2008-09-12 21:05:00 +0200 (Fri, 12 Sep 2008) New Revision: 11801 Log: r33211@arctic: paul | 2008-09-12 14:02:13 -0500 Update error messages Modified: trunk/refman-6.0/errmsgs-server.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:33958 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33057 + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828 7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33958 b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33211 Modified: trunk/refman-6.0/errmsgs-server.xml =================================================================== --- trunk/refman-6.0/errmsgs-server.xml 2008-09-12 16:31:07 UTC (rev 11800) +++ trunk/refman-6.0/errmsgs-server.xml 2008-09-12 19:05:00 UTC (rev 11801) Changed blocks: 2, Lines Added: 93, Lines Deleted: 1; 2733 bytes @@ -7707,7 +7707,8 @@ - Message: Could not restore view %s + Message: Could not restore view %s. Please check the view + definition for possible missing dependencies. @@ -8224,5 +8225,96 @@ + + + Error: 1725 SQLSTATE: HY000 + (ER_BACKUP_BACKUPDIR) + + + + Message: The path specified for the system variable backupdir + cannot be accessed or is invalid. ref: %s + + + + + + Error: 1726 SQLSTATE: HY000 + (ER_DDL_TIMEOUT) + + + + Message: The backup wait timeout has expired for query '%s'. + + + + + + Error: 1727 SQLSTATE: HY000 + (ER_BACKUP_LIST_DB_PRIV) + + + + Message: Can't enumerate grants in database '%s'. + + + + + + Error: 1728 SQLSTATE: HY000 + (ER_BACKUP_CATALOG_ADD_PRIV) + + + + Message: Failed to add grant '%s' to the catalog + + + + + + Error: 1729 SQLSTATE: HY000 + (ER_BACKUP_GET_META_PRIV) + + + + Message: Failed to obtain meta-data for grant '%s'. + + + + + + Error: 1730 SQLSTATE: HY000 + (ER_BACKUP_CANT_RESTORE_PRIV) + + + + Message: Could not execute grant '%s'. + + + + + + Error: 1731 SQLSTATE: HY000 + (ER_BACKUP_GRANT_SKIPPED) + + + + Message: The grant '%s' was skipped because the user does not + exist. + + + + + + Error: 1732 SQLSTATE: HY000 + (ER_BACKUP_GRANT_WRONG_DB) + + + + Message: The grant '%s' failed. Database not included in the + backup image. + + +