Update to 5.1.42:
------------------------------------------------------------ revno: 3239 committer: MySQL Build Team <build@mysql.com> branch nick: mysql-5.1.42-release timestamp: Wed 2009-12-16 14:21:02 +0100 message: Merge ------------------------------------------------------------ revno: 3238.1.6 committer: Ramil Kalimullin <ramil@mysql.com> branch nick: mysql-5.1-pe-stage timestamp: Tue 2009-12-15 21:08:21 +0400 message: Fix for bug#49517: Inconsistent behavior while using NULLable BIGINT and INT columns in comparison Problem: a consequence of the fix for 43668. Some Arg_comparator inner initialization missed, that may lead to unpredictable (wrong) comparison results. Fix: always properly initialize Arg_comparator before its usage. ------------------------------------------------------------ revno: 3238.1.5 committer: Georgi Kodinov <joro@sun.com> branch nick: merge-5.1-pe-stage timestamp: Tue 2009-12-15 11:03:24 +0200 message: Bug #48985: show create table crashes if previous access to the table was killed Merge the fix from 5.1-bugteam to 5.1-main ------------------------------------------------------------ revno: 3238.1.4 committer: Georgi Kodinov <joro@sun.com> branch nick: merge-5.1-pe-stage timestamp: Tue 2009-12-15 10:54:53 +0200 message: Bug#49489: Uninitialized cache led to a wrong result. Merge the fix from 5.1-bugteam to 5.1-main ------------------------------------------------------------ revno: 3238.1.3 committer: Georgi Kodinov <joro@sun.com> branch nick: merge-5.1-pe-stage timestamp: Tue 2009-12-15 10:37:10 +0200 message: Bug #49480: WHERE using YEAR columns returns unexpected results Merge the fix from 5.1-bugteam to 5.1-main ------------------------------------------------------------ revno: 3238.1.2 author: sunanda.menon@sun.com committer: MySQL Build Team <build@mysql.com> branch nick: mysql-5.1 timestamp: Tue 2009-12-08 10:26:11 +0100 message: Null-merge from mysql-5.1.40sp1-release ------------------------------------------------------------ revno: 3138.8.21 tags: mysql-5.1.40sp1 committer: MySQL Build Team <build@mysql.com> branch nick: mysql-5.1.40sp1-release timestamp: Wed 2009-11-25 23:43:37 +0100 message: Patch adjustments
This commit is contained in:
parent
a2cb81e26f
commit
223fe5421d
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2009/12/15 14:55:29 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2010/01/20 11:28:16 thomasklausner Exp $
|
||||
|
||||
DISTNAME= mysql-5.1.41
|
||||
DISTNAME= mysql-5.1.42
|
||||
PKGNAME= ${DISTNAME:S/-/-embedded-/}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.1/}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.6 2009/12/15 14:55:29 thomasklausner Exp $
|
||||
$NetBSD: distinfo,v 1.7 2010/01/20 11:28:16 thomasklausner Exp $
|
||||
|
||||
SHA1 (mysql-5.1.41.tar.gz) = 04f7cf87419ca233c2508c2912d72548767b7e2c
|
||||
RMD160 (mysql-5.1.41.tar.gz) = f99d17a2bb43fc45222c7015a3b65c6b4f686129
|
||||
Size (mysql-5.1.41.tar.gz) = 23026814 bytes
|
||||
SHA1 (mysql-5.1.42.tar.gz) = b16a787b61dfc6f57ff6fb723223598c6f529db1
|
||||
RMD160 (mysql-5.1.42.tar.gz) = 03be40ad07238d0b13d82b3e763f5263962e3bef
|
||||
Size (mysql-5.1.42.tar.gz) = 22267547 bytes
|
||||
SHA1 (patch-aa) = 8a45d6dd9dcacd686b024e0e554f0487410cbaaa
|
||||
SHA1 (patch-ab) = 36ad9671911a8af11a6f6f2477d3d53980a9a76c
|
||||
|
|
Loading…
Reference in a new issue