List:Commits« Previous MessageNext Message »
From:David Li Date:May 10 2007 9:33am
Subject:bk commit into 5.1 tree (dli:1.2345)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of dli. When dli 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-05-10 17:33:39+08:00, dli@stripped +1 -0
  WL#3615 NDB: Endian Incompatability Support.
  
  fixed compile error.

  storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp@stripped, 2007-05-10 17:33:37+08:00, dli@stripped +2 -2
    WL#3615 NDB: Endian Incompatability Support.
    
    fixed compile error.

# 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:	dli
# Host:	dev3-164.dev.cn.tlan
# Root:	/home/dli/mysql/mysql-5.1/mysql-5.1.14-wl3615-test

--- 1.56/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp	2007-05-10 17:33:47 +08:00
+++ 1.57/storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp	2007-05-10 17:33:47 +08:00
@@ -2576,8 +2576,8 @@ private:
   void acckeyconf_tupkeyreq(Signal*, TcConnectionrec*, Fragrecord*, Uint32, Uint32);
   void acckeyconf_load_diskpage(Signal*,TcConnectionrecPtr,Fragrecord*,Uint32);
   
-  void Dblqh::copy_keydata_cache_to_linear(Signal* signal);
-  void Dblqh::copy_keydata_linear_to_cache(Signal* signal);
+  void copy_keydata_cache_to_linear(Signal* signal);
+  void copy_keydata_linear_to_cache(Signal* signal);
   bool handle_keydata_endian_conversion(Signal* signal);
   void handle_nr_copy(Signal*, Ptr<TcConnectionrec>);
   void exec_acckeyreq(Signal*, Ptr<TcConnectionrec>);
Thread
bk commit into 5.1 tree (dli:1.2345)David Li10 May