Skip to content

Commit

Permalink
up to 5.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 14, 2016
1 parent 6c57301 commit 8a88ca8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions lz4.patch
Expand Up @@ -46,3 +46,14 @@ and it's iconsistent as well!
#include "base/mutex.h"
#include <string.h>

--- mysql-5.7.17/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_message_stage_lz4.cc~ 2016-11-28 15:32:52.000000000 +0200
+++ mysql-5.7.17/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/gcs_message_stage_lz4.cc 2016-12-14 16:39:53.124878289 +0200
@@ -15,7 +15,7 @@

#include "gcs_internal_message.h"
#include "gcs_message_stage_lz4.h"
-#include <lz4.h>
+#include <lz4/lz4.h>
#include <mysql/gcs/xplatform/byteorder.h>
#include "gcs_logging.h"
#include <string.h>
8 changes: 4 additions & 4 deletions mysql.spec
Expand Up @@ -35,17 +35,17 @@ Summary(ru.UTF-8): MySQL - быстрый SQL-сервер
Summary(uk.UTF-8): MySQL - швидкий SQL-сервер
Summary(zh_CN.UTF-8): MySQL数据库服务器
Name: mysql
Version: 5.7.16
Release: 0.2
Version: 5.7.17
Release: 0.1
License: GPL + MySQL FLOSS Exception
Group: Applications/Databases
Source0: http://cdn.mysql.com/Downloads/MySQL-5.7/%{name}-%{version}.tar.gz
# Source0-md5: dbd5b1b19c2d285f87258ca446d4a7fe
# Source0-md5: db2a87ede6132b226f8d43d3ac349284
Source100: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
# Source100-md5: 5cac34f3d78a9d612ca4301abfcbd666
%if %{without system_boost}
Source101: http://downloads.sourceforge.net/boost/boost_1_59_0.tar.bz2
# Source101-md5: 6aa9a5c6a4ca1016edd0ed1178e3cb87
# Source101-md5: 6aa9a5c6a4ca1016edd0ed1178e3cb87
%endif
Source1: %{name}.init
Source2: %{name}.sysconfig
Expand Down

0 comments on commit 8a88ca8

Please sign in to comment.