List:Commits« Previous MessageNext Message »
From:konstantin Date:October 19 2007 10:06pm
Subject:bk commit into 5.2 tree (kostja:1.2643)
View as plain text  
Below is the list of changes that have just been committed into a local
5.2 repository of kostja. When kostja does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-10-20 02:06:21+04:00, kostja@bodhi.(none) +1 -0
  A post-merge fix.

  sql/backup/meta_backup.cc@stripped, 2007-10-20 02:06:18+04:00, kostja@bodhi.(none) +1 -1
    A post-merge fix.

diff -Nrup a/sql/backup/meta_backup.cc b/sql/backup/meta_backup.cc
--- a/sql/backup/meta_backup.cc	2007-06-29 11:34:33 +04:00
+++ b/sql/backup/meta_backup.cc	2007-10-20 02:06:18 +04:00
@@ -365,7 +365,7 @@ int silent_exec_query(THD *thd, String &
 
   thd->net.vio= save_vio;
 
-  if (thd->query_error)
+  if (thd->is_slave_error)
   {
     DBUG_PRINT("restore",
               ("error executing query %s!", thd->query));
Thread
bk commit into 5.2 tree (kostja:1.2643)konstantin20 Oct