List:Commits« Previous MessageNext Message »
From:U-ROWVWADEjas Date:June 11 2007 3:09pm
Subject:bk commit into 6.0-falcon tree (jas:1.2564)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0-falcon repository of . When  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, 2007-06-11 11:08:45-04:00, jas@rowvwade. +1 -0
  Improve SRLDataPage::print

  storage/falcon/SRLDataPage.cpp@stripped, 2007-06-11 11:08:39-04:00, jas@rowvwade. +4 -2
    Improve SRLDataPage::print

# 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:	jas
# Host:	rowvwade.
# Root:	D:/MySQL/mysql-5.1-falcon

--- 1.17/storage/falcon/SRLDataPage.cpp	2007-06-11 11:09:05 -04:00
+++ 1.18/storage/falcon/SRLDataPage.cpp	2007-06-11 11:09:05 -04:00
@@ -61,6 +61,8 @@
 		{
 		sectionId = id;
 		pageNumber = page;
+		locatorPageNumber = locatorPage;
+		tableSpaceId = dbb->tableSpaceId;
 		print();
 		}
 }
@@ -111,6 +113,6 @@
 
 void SRLDataPage::print()
 {
-	logPrint("Data Page section %d, tblspc %d, locator page %d, data page %d\n",
-		   sectionId, tableSpaceId, locatorPageNumber, pageNumber);
+	logPrint("Data Page %d, section %d, tblspc %d, locator page %d\n",
+			 pageNumber, sectionId, tableSpaceId, locatorPageNumber);
 }
Thread
bk commit into 6.0-falcon tree (jas:1.2564)U-ROWVWADEjas11 Jun