From: jonas Date: January 11 2008 11:04am Subject: bk commit into 5.1 tree (jonas:1.2837) List-Archive: http://lists.mysql.com/commits/40902 Message-Id: <20080111110455.5950E3A5868@perch.localdomain> Below is the list of changes that have just been committed into a local 5.1 repository of jonas. When jonas does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2008-01-11 12:04:51+01:00, jonas@stripped +1 -0 remove printout storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp@stripped, 2008-01-11 12:04:49+01:00, jonas@stripped +0 -2 remove printout diff -Nrup a/storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp b/storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp --- a/storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp 2008-01-11 12:00:10 +01:00 +++ b/storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp 2008-01-11 12:04:49 +01:00 @@ -455,8 +455,6 @@ void Dbtup::update_free_page_list(Fragre jam(); ndbrequire(new_list_index == 0); new_list_index = MAX_FREE_LIST; - ndbout_c("free_space: %u new_list_index: %u c_min_list_size: %u", - free_space, new_list_index, c_min_list_size[new_list_index]); } {