List:Commits« Previous MessageNext Message »
From:Rafal Somla Date:October 1 2008 5:20pm
Subject:bzr commit into mysql-6.0-backup branch (Rafal.Somla:2699)
View as plain text  
#At file:///ext/mysql/bzr/mysql-6.0-backup/

 2699 Rafal Somla	2008-10-01
      PB fix (compile warning on Win platform).
modified:
  sql/backup/image_info.h

per-file messages:
  sql/backup/image_info.h
    Change type to more correct time_t and avoid warnings about possible
    loss of information during type conversion.
=== modified file 'sql/backup/image_info.h'
--- a/sql/backup/image_info.h	2008-10-01 11:15:47 +0000
+++ b/sql/backup/image_info.h	2008-10-01 15:19:53 +0000
@@ -747,7 +747,7 @@ inline
 time_t Image_info::get_vp_time() const
 {
   struct tm time;
-  long tz_offset;
+  time_t tz_offset;
 
   bzero(&time,sizeof(time));
 

Thread
bzr commit into mysql-6.0-backup branch (Rafal.Somla:2699) Rafal Somla1 Oct