]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- up to 5.0.90
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 29 Jan 2010 19:39:38 +0000 (19:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-errorlog-no-rename.patch -> 1.1.2.3
    mysql.spec -> 1.353.2.88

mysql-errorlog-no-rename.patch
mysql.spec

index c0da3a26e4e546385ead31db4f69606ba604993a..db8980d46d0477b8090c1df60f4e4632552682aa 100644 (file)
@@ -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 @@
 +    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 @@
index e957389aabaf95115a564e2194ee9c36d2610599..209036f57568026e7e660438c4f8cb45b79f3f85 100644 (file)
@@ -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
This page took 0.054374 seconds and 4 git commands to generate.