]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- up to 5.5.59
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 17 Feb 2018 23:48:38 +0000 (23:48 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 17 Feb 2018 23:48:38 +0000 (23:48 +0000)
mysql-build.patch
mysql.spec

index 4862d2cd08c94f1e9f953a6ebccb53e87f1518f6..0b1beecfb49e3d159563fb7890afd81cc1581802 100644 (file)
@@ -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@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
index 7636a10deccbc0b112d16e6408a82408e4bf9612..7d4d0aebce4f166132c55670611c1a614c7e5d56 100644 (file)
@@ -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
This page took 0.149061 seconds and 4 git commands to generate.