List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:June 20 2005 7:19am
Subject:bk commit into 4.1 tree (stewart:1.2296) BUG#11377
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of stewart. When stewart 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
  1.2296 05/06/20 15:18:53 stewart@stripped +1 -0
  BUG#11377 Building cluster in 4.1 BK tree fails with GCC4.0

  ndb/src/kernel/SimBlockList.cpp
    1.6 05/06/20 15:18:47 stewart@stripped +0 -1
    GCC 4.0 build fix

# 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:	stewart
# Host:	kennedy.(none)
# Root:	/home/stewart/Documents/MySQL/4.1/main

--- 1.5/ndb/src/kernel/SimBlockList.cpp	2004-06-24 19:42:22 +10:00
+++ 1.6/ndb/src/kernel/SimBlockList.cpp	2005-06-20 15:18:47 +10:00
@@ -39,7 +39,6 @@
 #else
 enum SIMBLOCKLIST_DUMMY { A_VALUE = 0 };
 
-static
 void * operator new (size_t sz, SIMBLOCKLIST_DUMMY dummy){
   char * tmp = (char *)malloc(sz);
 
Thread
bk commit into 4.1 tree (stewart:1.2296) BUG#11377Stewart Smith20 Jun