List:Commits« Previous MessageNext Message »
From:rsomla Date:June 14 2007 8:21am
Subject:bk commit into 5.1 tree (rafal:1.2537)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of rafal. When rafal 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-06-14 10:20:59+02:00, rafal@quant.(none) +1 -0
  WL#3327: There was a typo in previous patch - fixing it.

  sql/backup/debug.h@stripped, 2007-06-14 10:20:57+02:00, rafal@quant.(none) +1 -1
    Fixing typo.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	rafal
# Host:	quant.(none)
# Root:	/ext/mysql/bk/backup/prototype-push

--- 1.4/sql/backup/debug.h	2007-06-14 10:21:01 +02:00
+++ 1.5/sql/backup/debug.h	2007-06-14 10:21:01 +02:00
@@ -16,7 +16,7 @@
 #define BACKUP_SYNC(S) \
  do { \
   DBUG_PRINT("backup",("== synchronization on '%s' ==",(S))); \
-  DEBUG_SYNC_POINT((S),BACKUP_SYNC_TIMEOUT); \
+  DBUG_SYNC_POINT((S),BACKUP_SYNC_TIMEOUT); \
  } while (0)
 
 #else
Thread
bk commit into 5.1 tree (rafal:1.2537)rsomla14 Jun