From: Mauritz Sundell Date: September 30 2011 8:41pm Subject: bzr push into mysql-5.1-telco-7.0 branch (mauritz.sundell:4563 to 4564) List-Archive: http://lists.mysql.com/commits/141251 Message-Id: <201109302041.p8UKfja7021953@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4564 Mauritz Sundell 2011-09-30 ndb.test_mgmd now finds ndb_mgmd If one runned mtr test ndb.test_mgmd from installation tree ndb_mgmd was not found and test failed. Added to search path are ../libexec, ../sbin, and ../bin. modified: storage/ndb/test/src/NDBT_Find.cpp 4563 Martin Skold 2011-09-29 Bug#11930428 NDB_BINLOG_INDEX: KILLED UNABLE TO LOCK TABLE NDB_BINLOG_INDEX AT SHUTDOWN: Removed error printouts before retrying to write to ndb_binlog_index at shutdown modified: sql/ha_ndbcluster_binlog.cc === modified file 'storage/ndb/test/src/NDBT_Find.cpp' --- a/storage/ndb/test/src/NDBT_Find.cpp 2011-07-04 13:37:56 +0000 +++ b/storage/ndb/test/src/NDBT_Find.cpp 2011-09-30 20:37:26 +0000 @@ -81,7 +81,10 @@ NDBT_find_ndb_mgmd(BaseString& path) { NDBT_find_binary(path, "ndb_mgmd", "../../src/mgmsrv", - "../storage/ndb/src/mgmsrv/", + "../storage/ndb/src/mgmsrv", + "../libexec", + "../sbin", + "../bin", NULL); } No bundle (reason: useless for push emails).