#At file:///home/jonas/src/telco-6.4/
3021 Jonas Oreland 2008-10-27
ndb - pack data in ArrayPool
modified:
storage/ndb/src/kernel/vm/ArrayPool.hpp
=== modified file 'storage/ndb/src/kernel/vm/ArrayPool.hpp'
--- a/storage/ndb/src/kernel/vm/ArrayPool.hpp 2008-10-14 21:01:04 +0000
+++ b/storage/ndb/src/kernel/vm/ArrayPool.hpp 2008-10-27 19:46:39 +0000
@@ -211,9 +211,9 @@ protected:
Uint32 firstFree;
Uint32 size;
Uint32 noOfFree;
+ Uint32 bitmaskSz;
T * theArray;
void * alloc_ptr;
- Uint32 bitmaskSz;
Uint32 *theAllocatedBitmask;
};
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (jonas:3021) | Jonas Oreland | 27 Oct |