#At file:///home/frazer/bzr/mysql-5.1-telco-7.1-vzw/ based on revid:frazer@stripped
3739 Frazer Clement 2010-12-03
Re-apply ArrayPool fix reverted from bug fix
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 2010-12-03 16:54:38 +0000
+++ b/storage/ndb/src/kernel/vm/ArrayPool.hpp 2010-12-03 16:55:26 +0000
@@ -83,7 +83,7 @@ public:
}
inline void decNoFree(Uint32 cnt) {
- assert(noOfFree > cnt);
+ assert(noOfFree >= cnt);
noOfFree -= cnt;
updateFreeMin();
}
Attachment: [text/bzr-bundle] bzr/frazer@mysql.com-20101203165526-olq5alo8kbfzc64r.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.1 branch (frazer:3739) | Frazer Clement | 3 Dec |