List:Commits« Previous MessageNext Message »
From:Jim Starkey Date:June 2 2007 8:57pm
Subject:bk commit into 6.0-falcon tree (jas:1.2537)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0-falcon repository of jas. When jas 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-02 16:57:23-04:00, jas@stripped +1 -0
  Use INTERLOCK_TYPE for bitmap clump to eliminate warnings
  on Win64.

  storage/falcon/Bitmap.h@stripped, 2007-06-02 16:57:20-04:00, jas@stripped +1 -1
    Use INTERLOCK_TYPE for bitmap clump to eliminate warnings
    on Win64.

# 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:	jas
# Host:	fluffy.netfrastructure.com
# Root:	/home/mysql/mysql-5.1-falcon

--- 1.8/storage/falcon/Bitmap.h	2007-06-02 16:57:30 -04:00
+++ 1.9/storage/falcon/Bitmap.h	2007-06-02 16:57:30 -04:00
@@ -35,7 +35,7 @@
 #define BITS_PER_SEGMENT	(CLUMPS * BITS_PER_CLUMP)
 #define BITMAP_VECTOR_SIZE	128
 
-typedef int BitClump;
+typedef INTERLOCK_TYPE BitClump;
 
 /* Bitmap Segment */
 
Thread
bk commit into 6.0-falcon tree (jas:1.2537)Jim Starkey2 Jun