[packages/mysql/MYSQL_5_5] - up to 5.5.59

arekm arekm at pld-linux.org
Sun Feb 18 00:48:54 CET 2018


commit b7bf85b4e8a52b4e85136fbf30b05f979c037ce9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Feb 17 23:48:38 2018 +0000

    - up to 5.5.59

 mysql-build.patch | 28 ----------------------------
 mysql.spec        |  8 ++++----
 2 files changed, 4 insertions(+), 32 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 7636a10..7d4d0ae 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -23,7 +23,7 @@
 %bcond_with	tests		# FIXME: don't run correctly
 %bcond_with	ndb		# NDB is now a separate product, this here is broken, so disable it
 
-%define	percona_rel	38.9
+%define	percona_rel	38.11
 %include	/usr/lib/rpm/macros.perl
 Summary:	MySQL: a very fast and reliable SQL database engine
 Summary(de.UTF-8):	MySQL: ist eine SQL-Datenbank
@@ -34,14 +34,14 @@ Summary(ru.UTF-8):	MySQL - быстрый SQL-сервер
 Summary(uk.UTF-8):	MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql
-Version:	5.5.57
-Release:	2
+Version:	5.5.59
+Release:	1
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
 # Source0:	http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.5/%{name}-%{version}.tar.gz
 Source0:	http://www.percona.com/redir/downloads/Percona-Server-5.5/LATEST/source/tarball/percona-server-%{version}-%{percona_rel}.tar.gz
-# Source0-md5:	e3f790f9845cf3d45acd741677a47bed
+# Source0-md5:	fec9f6ab5c4cd96b54ace0cfb6fb7b09
 Source100:	http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
 # Source100-md5:	5cac34f3d78a9d612ca4301abfcbd666
 Source1:	%{name}.init
diff --git a/mysql-build.patch b/mysql-build.patch
index 4862d2c..0b1beec 100644
--- a/mysql-build.patch
+++ b/mysql-build.patch
@@ -10,34 +10,6 @@ diff -urNbB mysql-5.0.13-rc.org/sql/mysqld.cc mysql-5.0.13-rc/sql/mysqld.cc
    openlog(libwrapName, LOG_PID, LOG_AUTH);
  #endif
  
-From ae21683d980d5fe9e39bd0193827ea3604256eb9 Mon Sep 17 00:00:00 2001
-From: Jon Olav Hauglid <jon.hauglid at oracle.com>
-Date: Thu, 28 Feb 2013 14:55:23 +0100
-Subject: [PATCH] Bug#16265300: Fix new compilation warnings from XCode 4.6
-
-This patch fixes three new compilation warnings generated by Clang.
-It also adds -Wall flag for Clang and disables -Wnull-conversion
-and -Wunused-private-field.
----
- client/mysql.cc                   | 4 ++--
- configure.cmake                   | 9 +++++++++
- sql/sql_partition.cc              | 2 +-
- storage/innobase/row/row0merge.cc | 4 ++--
- 4 files changed, 14 insertions(+), 5 deletions(-)
-
-diff --git a/client/mysql.cc b/client/mysql.cc
-index eca1be0a623..f6a75f47043 100644
---- a/client/mysql.cc
-+++ b/client/mysql.cc
-@@ -2911,7 +2911,7 @@ You can turn off this feature to get a quicker startup with -A\n\n");
-         mysql_free_result(fields);
-         break;
-       }
--      field_names[i][num_fields*2]= '\0';
-+      field_names[i][num_fields*2]= NULL;
-       j=0;
-       while ((sql_field=mysql_fetch_field(fields)))
-       {
 diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc
 index 201f64522a6..e23fe70ec86 100644
 --- a/sql/sql_partition.cc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/b7bf85b4e8a52b4e85136fbf30b05f979c037ce9



More information about the pld-cvs-commit mailing list