List:Commits« Previous MessageNext Message »
From:jonas Date:November 22 2007 3:03pm
Subject:bk commit into 5.1 tree (jonas:1.2677)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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-11-22 15:03:51+01:00, jonas@stripped +1 -0
  ndb - 62-atrt
    fix template instantiation
    (gcc (GCC) 3.4.5 on amd64)

  storage/ndb/test/run-test/db.cpp@stripped, 2007-11-22 15:03:49+01:00,
jonas@stripped +3 -0
    fix template instantiation
    (gcc (GCC) 3.4.5 on amd64)

diff -Nrup a/storage/ndb/test/run-test/db.cpp b/storage/ndb/test/run-test/db.cpp
--- a/storage/ndb/test/run-test/db.cpp	2007-09-24 16:01:55 +02:00
+++ b/storage/ndb/test/run-test/db.cpp	2007-11-22 15:03:49 +01:00
@@ -457,3 +457,6 @@ setup_repl(atrt_config& config)
   }
   return true;
 }
+
+template static int find(atrt_host*, Vector<atrt_host*>&);
+template static int find(atrt_cluster*, Vector<atrt_cluster*>&);
Thread
bk commit into 5.1 tree (jonas:1.2677)jonas22 Nov