List:Commits« Previous MessageNext Message »
From:Vladislav Vaintroub Date:August 11 2008 7:57pm
Subject:bzr commit into mysql-6.0-falcon branch (vvaintroub:2773)
View as plain text  
#At file:///C:/bzr/m2/

 2773 Vladislav Vaintroub	2008-08-11
      Fix mis-merge
modified:
  storage/falcon/MemMgr.cpp

=== modified file 'storage/falcon/MemMgr.cpp'
--- a/storage/falcon/MemMgr.cpp	2008-08-11 16:17:26 +0000
+++ b/storage/falcon/MemMgr.cpp	2008-08-11 19:56:57 +0000
@@ -551,7 +551,6 @@ void* MemMgr::allocateDebug(int size, co
 	length = ROUNDUP(length, sizeof (double));
 	memory = alloc (length);
 	memory->pool = this;
-		memory->length = length;
 
 #ifdef MEM_DEBUG
 	memory->fileName = fileName;

Thread
bzr commit into mysql-6.0-falcon branch (vvaintroub:2773) Vladislav Vaintroub11 Aug