List:Commits« Previous MessageNext Message »
From:cbell Date:November 12 2007 3:07pm
Subject:bk commit into 6.0 tree (cbell:1.2653) BUG#31538
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of cbell. When cbell 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-11-12 10:07:04-05:00, cbell@mysql_cab_desk. +1 -0
  BUG#31538 : PTR info in backup
  
  Adds debug print statements to capture the data.

  sql/backup/data_backup.cc@stripped, 2007-11-12 10:07:00-05:00, cbell@mysql_cab_desk. +2 -0
    BUG#31538 : PTR info in backup
    
    Adds debug print statements to capture the data.

diff -Nrup a/sql/backup/data_backup.cc b/sql/backup/data_backup.cc
--- a/sql/backup/data_backup.cc	2007-11-09 16:19:39 -05:00
+++ b/sql/backup/data_backup.cc	2007-11-12 10:07:00 -05:00
@@ -544,6 +544,8 @@ int write_table_data(THD*, Backup_info &
       info.binlog_information.position= li.pos;
       memcpy(info.binlog_information.binlog_file_name, 
              li.log_file_name, strlen(li.log_file_name));
+      DBUG_PRINT("SYNC PHASE - binlog position : ", ("%d", li.pos));
+      DBUG_PRINT("SYNC PHASE - binlog filename : ", ("%s", li.log_file_name));
     }
 
     /*

Thread
bk commit into 6.0 tree (cbell:1.2653) BUG#31538cbell12 Nov