Author: glen Date: Mon Sep 1 11:18:28 2008 GMT Module: SPECS Tag: MYSQL_5_0 ---- Log message: - fix for bug #52904: SELECT REGEXP BINARY NULL never returns; rel 2
---- Files affected: SPECS: mysql.spec (1.353.2.45 -> 1.353.2.46) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.353.2.45 SPECS/mysql.spec:1.353.2.46 --- SPECS/mysql.spec:1.353.2.45 Sun Aug 10 22:36:08 2008 +++ SPECS/mysql.spec Mon Sep 1 13:18:22 2008 @@ -25,7 +25,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql Version: 5.0.67 -Release: 1 +Release: 2 License: GPL + MySQL FLOSS Exception Group: Applications/Databases #Source0: ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz @@ -63,6 +63,8 @@ Patch13: %{name}-bug-34192.patch Patch14: %{name}-bug-16470.patch Patch15: %{name}-system-users.patch +# http://bugs.mysql.com/bug.php?id=39021 +Patch16: %{name}-bug-52904.patch URL: http://www.mysql.com/products/database/mysql/community_edition.html BuildRequires: autoconf BuildRequires: automake @@ -468,6 +470,7 @@ %patch13 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p1 %build %{__libtoolize} @@ -962,6 +965,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.353.2.46 2008/09/01 11:18:22 glen +- fix for bug #52904: SELECT REGEXP BINARY NULL never returns; rel 2 + Revision 1.353.2.45 2008/08/10 20:36:08 adamg - sphinx updated to 0.9.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.353.2.45&r2=1.353.2.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
