List:Commits« Previous MessageNext Message »
From:rsomla Date:June 13 2007 1:30pm
Subject:bk commit into 5.1 tree (rafal:1.2536)
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-13 15:30:29+02:00, rafal@quant.(none) +1 -0
  WL#3327: Minor bug fix - the debug code could sometimes call debug_sync_point() function when it 
  is not defined (when EXTRA_DEBUG is not set). That broke builds on windows.

  sql/backup/debug.h@stripped, 2007-06-13 15:30:26+02:00, rafal@quant.(none) +1 -1
    Replace call to debug_sync_point() with macro with empty expansion if the function is not defined.

# 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.3/sql/backup/debug.h	2007-06-13 15:30:36 +02:00
+++ 1.4/sql/backup/debug.h	2007-06-13 15:30:36 +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); \
+  DEBUG_SYNC_POINT((S),BACKUP_SYNC_TIMEOUT); \
  } while (0)
 
 #else
Thread
bk commit into 5.1 tree (rafal:1.2536)rsomla13 Jun