]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- fix for bug #52904: SELECT REGEXP BINARY NULL never returns; rel 2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 1 Sep 2008 11:18:22 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.353.2.46

mysql.spec

index 486ee8c60a63a221bc08f1f04744218bb86e75ce..2aab5b984dedaeb43613abc24b4fafec5bf608f6 100644 (file)
@@ -24,7 +24,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 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
@@ -62,6 +62,8 @@ Patch12:      %{name}-bug-20153.patch
 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
@@ -467,6 +469,7 @@ mv sphinx-*/mysqlse sql/sphinx
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
 %{__libtoolize}
This page took 0.04812 seconds and 4 git commands to generate.