List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:March 13 2008 5:12pm
Subject:bk commit into 6.0 tree (kaa:1.2600)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of kaa.  When kaa 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-03-13 19:12:37+03:00, kaa@kaamos.(none) +1 -0
  Fixed a build failure on Mac OS X and FreeBSD.

  storage/falcon/DateTime.cpp@stripped, 2008-03-13 19:12:36+03:00, kaa@kaamos.(none) +1 -2
    Fixed a build failure on Mac OS X and FreeBSD.

diff -Nrup a/storage/falcon/DateTime.cpp b/storage/falcon/DateTime.cpp
--- a/storage/falcon/DateTime.cpp	2008-03-10 22:29:43 +03:00
+++ b/storage/falcon/DateTime.cpp	2008-03-13 19:12:36 +03:00
@@ -924,8 +924,7 @@ int64 DateTime::getSeconds(tm *time, con
 
 bool DateTime::isDayLightSavings(tm *time)
 {
-	//if (!time->tm_isdst)
-	if (!daylight)
+	if (!time->tm_isdst)
 		return false;
 
 	// Jan to March and November and December are definitely no
Thread
bk commit into 6.0 tree (kaa:1.2600)Alexey Kopytov13 Mar