List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:October 10 2005 6:05am
Subject:bk commit into 5.1 tree (stewart:1.2042)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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.2042 05/10/10 16:05:07 stewart@stripped +1 -0
  WL#2076 Add extra ndbd statistics
  
  remove some unneeded debugging printouts to ndbout

  storage/ndb/src/kernel/blocks/tsman.cpp
    1.52 05/10/10 16:05:03 stewart@stripped +0 -13
    Remove unneeded debugging 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:	stewart
# Host:	willster.(none)
# Root:	/home/stewart/Documents/MySQL/5.1/ndb-dd

--- 1.51/storage/ndb/src/kernel/blocks/tsman.cpp	2005-09-29 00:13:41 +10:00
+++ 1.52/storage/ndb/src/kernel/blocks/tsman.cpp	2005-10-10 16:05:03 +10:00
@@ -1817,23 +1817,12 @@
 
   Uint32 tableId= file_ptr.p->m_file_id;
 
-  jam();
-  ndbout << "Tsman::GET_TABINFO_REQ" << endl;
-  ndbout << "Size: " << file_ptr.p->m_extent_size << endl;
-  ndbout << "Tablespace: " << ts_ptr.p->m_tablespace_id << endl;
-
   Uint32 size = ts_ptr.p->m_extent_size;
   Uint32 eh_words = File_formats::Datafile::extent_header_words(size);
   Uint32 per_page = File_formats::Datafile::EXTENT_PAGE_WORDS/eh_words;
   Uint32 pages= file_ptr.p->m_online.m_offset_data_pages - 1;
   Uint32 datapages= file_ptr.p->m_online.m_data_pages;
 
-  ndbout << "Extent Size: " << size << endl;
-  ndbout << "Extent Header Words: " << eh_words << endl;
-  ndbout << "per page: " << per_page << endl;
-  ndbout << "Pages: " << pages << endl;
-  ndbout << "Datapages: " << datapages << endl;
-
   Uint32 total_free_extents= 0;
 
   for(Uint32 i = 0; i < pages; i++)
@@ -1876,7 +1865,6 @@
     }
   }
 
-  ndbout << "Free Extents: " << total_free_extents << endl;
   jam();
   GetTabInfoConf *conf = (GetTabInfoConf *)&signal->theData[0];
 
@@ -1887,7 +1875,6 @@
   conf->senderRef= reference();
   sendSignal(retRef, GSN_GET_TABINFO_CONF, signal,
 	     GetTabInfoConf::SignalLength, JBB);
-  jam();
 }
 
 void Tsman::sendGET_TABINFOREF(Signal* signal,
Thread
bk commit into 5.1 tree (stewart:1.2042)Stewart Smith10 Oct