List:Internals« Previous MessageNext Message »
From:jonas Date:October 17 2005 10:54am
Subject:bk commit into 5.1 tree (jonas:1.2053)
View as plain text  
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
  1.2053 05/10/17 10:54:18 jonas@stripped +2 -0
  ndb dd -
    remove debug printouts

  storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp
    1.46 05/10/17 10:54:15 jonas@stripped +0 -7
    remove debug printouts

  storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp
    1.33 05/10/17 10:54:15 jonas@stripped +0 -3
    remove debug printouts

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-ndb-dd

--- 1.32/storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp	2005-09-27 11:30:37 +02:00
+++ 1.33/storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp	2005-10-17 10:54:15 +02:00
@@ -41,9 +41,6 @@
     {
       m_total_extent_free_space_thresholds[i] = 
 	(EXTENT_SEARCH_MATRIX_ROWS - i - 1)*max/EXTENT_SEARCH_MATRIX_ROWS;
-
-      ndbout_c("%d %d %d %d", max, i, EXTENT_SEARCH_MATRIX_ROWS - i - 1, 
-	       m_total_extent_free_space_thresholds[i]);
     }
   }
   else

--- 1.45/storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp	2005-09-27 11:30:37 +02:00
+++ 1.46/storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp	2005-10-17 10:54:15 +02:00
@@ -377,10 +377,6 @@
     default:
     {
       ljam();
-      if(regTabPtr.p->m_attributes[MM].m_no_of_varsize == 0 &&
-	 regTabPtr.p->m_attributes[DD].m_no_of_varsize == 0)
-	ndbout_c("varsize record");
-      
       fragOperPtr.p->m_var_attributes_size[ind] += bytes;
       pos= regTabPtr.p->m_attributes[ind].m_no_of_varsize++;
       break;
@@ -676,7 +672,6 @@
   
   Uint32 cnt= 0;
   Uint16* order= (Uint16*)&tableDescriptor[off].tabDescr;
-  printf("order: ");
   for (Uint32 type = 0; type < 4; type++)
   {
     for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) 
@@ -698,12 +693,10 @@
       if(t == type)
       {
 	* order++ = i << ZAD_LOG_SIZE;
-	printf("%d ", i << ZAD_LOG_SIZE);
 	cnt++;
       }
     }
   }
-  ndbout_c("");
   ndbrequire(cnt == regTabPtr->m_no_of_attributes);
 }
 
Thread
bk commit into 5.1 tree (jonas:1.2053)jonas17 Oct