4565 Jonas Oreland 2011-10-03
ndb - add missing Dbdict pool to list
modified:
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp
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
=== modified file 'storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp'
--- a/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2011-07-04 13:37:56 +0000
+++ b/storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp 2011-10-03 07:04:02 +0000
@@ -442,6 +442,12 @@ void Dbdict::execDBINFO_SCANREQ(Signal *
c_opRecordPool.getEntrySize(),
c_opRecordPool.getUsedHi(),
{ 0,0,0,0 }},
+ { "Operation Data",
+ c_opSectionBufferPool.getUsed(),
+ c_opSectionBufferPool.getSize(),
+ c_opSectionBufferPool.getEntrySize(),
+ c_opSectionBufferPool.getUsedHi(),
+ { 0,0,0,0 }},
{ NULL, 0,0,0,0,{0,0,0,0}}
};
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.1-telco-7.0 branch (jonas.oreland:4564 to 4565) | Jonas Oreland | 3 Oct |