#At file:///home/jonas/src/telco-7.0/ based on revid:jonas@stripped
3907 Jonas Oreland 2010-11-01 [merge]
ndb - merge 63 70 70
modified:
storage/ndb/src/kernel/vm/DLList.hpp
=== modified file 'storage/ndb/src/kernel/vm/DLList.hpp'
--- a/storage/ndb/src/kernel/vm/DLList.hpp 2010-11-01 09:44:05 +0000
+++ b/storage/ndb/src/kernel/vm/DLList.hpp 2010-11-01 10:23:18 +0000
@@ -35,7 +35,13 @@ public:
struct HeadPOD {
Uint32 firstItem;
inline bool isEmpty() const { return firstItem == RNIL; }
- inline void init () { firstItem = RNIL; in_use = false;}
+ inline void init () {
+ firstItem = RNIL;
+#ifdef VM_TRACE
+ in_use = false;
+#endif
+ }
+
#ifdef VM_TRACE
bool in_use;
#endif
No bundle (reason: revision is a merge).
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (jonas:3907) | Jonas Oreland | 1 Nov |