From: Date: May 17 2007 11:07am Subject: bk commit into 5.1 tree (mikron:1.2538) BUG#28495 List-Archive: http://lists.mysql.com/commits/26896 X-Bug: 28495 Message-Id: <20070517090728.71A3A6C20E0@Mikael-Ronstr-ms-dator.local> Below is the list of changes that have just been committed into a local 5.1 repository of mikron. When mikron 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-17 11:07:20+02:00, mikron@stripped +1 -0 BUG#28495 Fix compiler bug (causes link failure in debug builds) storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp@stripped, 2007-05-17 11:07:17+02:00, mikron@stripped +0 -1 Fix compiler bug (causes link failure in debug builds) # 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: mikron # Host: mikael-ronstr-ms-dator.local # Root: /Users/mikron/mysql_clones/build_telco --- 1.15/storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp 2007-03-08 15:42:43 +01:00 +++ 1.16/storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp 2007-05-17 11:07:17 +02:00 @@ -958,4 +958,3 @@ #endif -template class Vector;