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).
| Thread |
|---|
| • bzr push into mysql-5.1-telco-7.0 branch (mauritz.sundell:4563 to 4564) | Mauritz Sundell | 2 Oct |