List:Commits« Previous MessageNext Message »
From:tomas Date:April 5 2007 10:01am
Subject:bk commit into 5.1 tree (tomas:1.2556)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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-04-05 12:01:01+02:00, tomas@stripped +1 -0
  ndb: change attribute id for ANY_VALUE as id was already reserved for upcoming read pached patch

  storage/ndb/include/kernel/AttributeHeader.hpp@stripped, 2007-04-05 12:00:58+02:00, tomas@stripped +2 -1
    ndb: change attribute id for ANY_VALUE as id was already reserved for upcoming read pached patch

# 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:	tomas
# Host:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-single-user

--- 1.16/storage/ndb/include/kernel/AttributeHeader.hpp	2007-04-03 12:57:14 +02:00
+++ 1.17/storage/ndb/include/kernel/AttributeHeader.hpp	2007-04-05 12:00:58 +02:00
@@ -45,7 +45,8 @@
   STATIC_CONST( ROWID        = 0xFFF6 );
   STATIC_CONST( ROW_GCI      = 0xFFF5 );
   STATIC_CONST( FRAGMENT_VARSIZED_MEMORY = 0xFFF4 );
-  STATIC_CONST( ANY_VALUE    = 0xFFF3 );
+  // 0xFFF3  to be used for read packed when merged
+  STATIC_CONST( ANY_VALUE    = 0xFFF2 );
   
   // NOTE: in 5.1 ctors and init take size in bytes
 
Thread
bk commit into 5.1 tree (tomas:1.2556)tomas5 Apr