#At file:///home/msvensson/mysql/tmp/z04dIX36iz/6.3/ based on revid:magnus.blaudd@stripped08183912-0rthmuepifj6axtp
3041 Magnus Blåudd 2009-09-09 [merge]
Merge
modified:
storage/ndb/src/kernel/blocks/dbdih/DbdihInit.cpp
=== modified file 'storage/ndb/src/kernel/blocks/dbdih/DbdihInit.cpp'
--- a/storage/ndb/src/kernel/blocks/dbdih/DbdihInit.cpp 2009-05-27 12:11:46 +0000
+++ b/storage/ndb/src/kernel/blocks/dbdih/DbdihInit.cpp 2009-09-09 08:20:02 +0000
@@ -48,7 +48,7 @@ void Dbdih::initData()
Ptr<TakeOverRecord> ptr;
while (c_activeTakeOverList.seize(ptr))
{
- new (ptr.p) TakeOverRecord();
+ new (ptr.p) TakeOverRecord;
}
while (c_activeTakeOverList.first(ptr))
{
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@sun.com-20090909083452-tjkgtqzeca8pzwrp.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-6.3 branch (magnus.blaudd:3041) | Magnus Blåudd | 9 Sep |