[Pkg-mysql-commits] r1385 - trunk/debian/patches

Norbert Tretkowski nobse at alioth.debian.org
Tue Dec 30 09:34:59 UTC 2008


Author: nobse
Date: 2008-12-30 09:34:58 +0000 (Tue, 30 Dec 2008)
New Revision: 1385

Added:
   trunk/debian/patches/61_fix_leap_seconds.dpatch
Log:
Add patch

Added: trunk/debian/patches/61_fix_leap_seconds.dpatch
===================================================================
--- trunk/debian/patches/61_fix_leap_seconds.dpatch	                        (rev 0)
+++ trunk/debian/patches/61_fix_leap_seconds.dpatch	2008-12-30 09:34:58 UTC (rev 1385)
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 61_fix_leap_seconds.dpatch by Norbert Tretkowski <nobse at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: http://bugs.mysql.com/39920
+--- a/mysql-test/r/timezone2.result	2006-11-01 14:35:35 +0000
++++ b/mysql-test/r/timezone2.result	2008-12-01 15:41:06 +0000
+@@ -110,7 +110,7 @@ i	ts
+ 362793610	1981-07-01 04:00:00
+ select from_unixtime(362793609);
+ from_unixtime(362793609)
+-1981-07-01 03:59:60
++1981-07-01 03:59:59
+ drop table t1;
+ create table t1 (ts timestamp);
+ set time_zone='UTC';
+




More information about the Pkg-mysql-commits mailing list