List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekilmaz Date:November 7 2007 4:18pm
Subject:bk commit into 6.0 tree (hakank:1.2696)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of hakan. When hakan 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-11-07 17:17:58+01:00, hakank@au0012. +1 -0
  Fixed a gcc warning.

  storage/falcon/Cache.cpp@stripped, 2007-11-07 17:17:53+01:00, hakank@au0012. +1 -1
    Fixed a gcc warning.

diff -Nrup a/storage/falcon/Cache.cpp b/storage/falcon/Cache.cpp
--- a/storage/falcon/Cache.cpp	2007-11-05 21:13:24 +01:00
+++ b/storage/falcon/Cache.cpp	2007-11-07 17:17:53 +01:00
@@ -1081,7 +1081,7 @@ void Cache::analyzeFlush(void)
 	if (!dbb)
 		return;
 	
-	fprintf(traceFile, "-------- time %d -------\n", database->deltaTime);
+	fprintf(traceFile, "-------- time %ld -------\n", database->deltaTime);
 
 	for (int pageNumber = 0; (pageNumber = flushBitmap->nextSet(pageNumber)) >= 0;)
 		if ( (bdb = findBdb(dbb, pageNumber)) )
Thread
bk commit into 6.0 tree (hakank:1.2696)Hakan Kuecuekilmaz7 Nov