[packages/percona-server/v5.0.x: 140/202] - up to 5.0.90

glen glen at pld-linux.org
Wed Oct 21 16:20:48 CEST 2015


commit 6078e21bbba614ca46d9b7590684cdaf8f8b7b95
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Jan 29 19:39:38 2010 +0000

    - up to 5.0.90
    
    Changed files:
        mysql-errorlog-no-rename.patch -> 1.1.2.3
        mysql.spec -> 1.353.2.88

 mysql-errorlog-no-rename.patch | 8 ++++----
 mysql.spec                     | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index e957389..209036f 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -24,13 +24,13 @@ Summary(ru.UTF-8):	MySQL - быстрый SQL-сервер
 Summary(uk.UTF-8):	MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql
-Version:	5.0.89
+Version:	5.0.90
 Release:	1
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 #Source0:	ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz
 Source0:	http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
-# Source0-md5:	78a638be76de47bd9ff84b674f574cbe
+# Source0-md5:	6d325f2b4a60539699558bc5e4452388
 #Source0:	http://mysql.he.net/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
 #Source0:	http://mirror.provenscaling.com/mysql/enterprise/source/5.0/%{name}-%{version}.tar.gz
 Source100:	http://www.sphinxsearch.com/downloads/sphinx-0.9.9-rc2.tar.gz
diff --git a/mysql-errorlog-no-rename.patch b/mysql-errorlog-no-rename.patch
index c0da3a2..db8980d 100644
--- a/mysql-errorlog-no-rename.patch
+++ b/mysql-errorlog-no-rename.patch
@@ -7,11 +7,11 @@
 +    VOID(pthread_mutex_lock(&LOCK_error_log));
 +#ifdef __WIN__
      char err_renamed[FN_REFLEN], *end;
-     end= strmake(err_renamed,log_error_file,FN_REFLEN-4);
+     end= strmake(err_renamed,log_error_file,FN_REFLEN-5);
      strmov(end, "-old");
 -    VOID(pthread_mutex_lock(&LOCK_error_log));
 -#ifdef __WIN__
-     char err_temp[FN_REFLEN+4];
+     char err_temp[FN_REFLEN+5];
      /*
       On Windows is necessary a temporary file for to rename
 @@ -2619,7 +2619,6 @@
@@ -31,11 +31,11 @@
 +    VOID(pthread_mutex_lock(&LOCK_error_log));
 +#ifdef __WIN__
      char err_renamed[FN_REFLEN], *end;
-     end= strmake(err_renamed,log_error_file,FN_REFLEN-4);
+     end= strmake(err_renamed,log_error_file,FN_REFLEN-5);
      strmov(end, "-old");
 -    VOID(pthread_mutex_lock(&LOCK_error_log));
 -#ifdef __WIN__
-     char err_temp[FN_REFLEN+4];
+     char err_temp[FN_REFLEN+5];
      /*
       On Windows is necessary a temporary file for to rename
 @@ -2635,7 +2635,6 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/431f68fe79a66d5dfdd53f2655709e6c925fbc22



More information about the pld-cvs-commit mailing list