2717 Joerg Bruehe 2009-01-12
Set the version: 5.0.72sp1
modified:
configure.in
2716 Joerg Bruehe 2009-01-12
Backport of a 5.0.74 fix into 5.0.72sp1:
Bug #39920: MySQL cannot deal with Leap Second expression in string literal.
Updated MySQL time handling code to react correctly on UTC leap second additions.
MySQL functions that return the OS current time, like e.g. CURDATE(), NOW() etc
will return :59:59 instead of :59:60 or 59:61.
As a result the reader will receive :59:59 for 2 or 3 consecutive seconds
during the leap second.
Original changesets:
> revision-id: kgeorge@stripped
> parent: gshchepa@stripped
> committer: Georgi Kodinov <kgeorge@stripped>
> branch nick: B39920-5.0-bugteam
> timestamp: Mon 2008-12-01 16:18:35 +0200
> revision-id: kgeorge@stripped
> parent: kgeorge@stripped
> committer: Georgi Kodinov <kgeorge@stripped>
> branch nick: B39920-merge-5.0-bugteam
> timestamp: Mon 2008-12-01 17:41:06 +0200
modified:
mysql-test/r/timezone2.result
mysql-test/r/timezone3.result
mysql-test/std_data/Moscow_leap
mysql-test/t/timezone3.test
sql/tztime.cc
sql/tztime.h
=== modified file 'configure.in'
--- a/configure.in 2009-01-12 15:46:19 +0000
+++ b/configure.in 2009-01-12 21:02:40 +0000
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# remember to also change ndb version below and update version.c in ndb
-AM_INIT_AUTOMAKE(mysql, 5.0.72)
+AM_INIT_AUTOMAKE(mysql, 5.0.72sp1)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10
| Thread |
|---|
| • bzr push into mysql-5.0-bugteam branch (joerg:2716 to 2717) | Joerg Bruehe | 12 Jan 2009 |