Forráskód Böngészése

upgrading package: mysql 5.0.45 -> 5.0.51

Christoph Schug 18 éve
szülő
commit
236da95224
2 módosított fájl, 4 hozzáadás és 21 törlés
  1. 0 17
      mysql/mysql.patch
  2. 4 4
      mysql/mysql.spec

+ 0 - 17
mysql/mysql.patch

@@ -37,20 +37,3 @@ Index: scripts/mysql_system_tables_data.sql
  INSERT INTO db SELECT * FROM tmp_db WHERE @had_db_table=0;
  DROP TABLE tmp_db;
  
-______________________________________________________________________________
-
-Dirty hack to make mysqlhotcopy work with recent versions of DBD/mysql,
-see http://bugs.mysql.com/bug.php?id=27303
-
-Index: scripts/mysqlhotcopy.sh
---- scripts/mysqlhotcopy.sh.orig	2007-07-04 15:06:25 +0200
-+++ scripts/mysqlhotcopy.sh	2007-11-13 00:02:56 +0100
-@@ -834,6 +834,8 @@
- 
-     my @dbh_tables = eval { $dbh->tables() };
- 
-+    map { s/^.*?\.//o } @dbh_tables;
-+
-     ## Remove quotes around table names
-     my $quote = $dbh->get_info(29); # SQL_IDENTIFIER_QUOTE_CHAR
-     if ($quote) {

+ 4 - 4
mysql/mysql.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_major   5.0
-%define       V_minor   45
+%define       V_minor   51
 %define       V_mysql   %{V_major}.%{V_minor}
 %define       V_opkg    %{V_major}.%{V_minor}
 %define       V_jdbc    5.0.8
@@ -40,7 +40,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20071113
+Release:      20071206
 
 #   package options
 %option       with_server      yes
@@ -57,8 +57,8 @@ Release:      20071113
 %option       with_jdbc        no
 
 #   list of sources
-Source0:      http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
-Source1:      http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/Connector-J/mysql-connector-java-%{V_jdbc}.tar.gz
+Source0:      ftp://ftp.plusline.de/pub/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
+Source1:      ftp://ftp.plusline.de/pub/mysql/Downloads/Connector-J/mysql-connector-java-%{V_jdbc}.tar.gz
 Source2:      my.cnf
 Source3:      my.pwd
 Source4:      rc.mysql