]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- obsolete
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 27 Feb 2008 08:02:48 +0000 (08:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-bug-27694.patch -> 1.3
    mysql-min_max.patch -> 1.7

mysql-bug-27694.patch [deleted file]
mysql-min_max.patch [deleted file]

diff --git a/mysql-bug-27694.patch b/mysql-bug-27694.patch
deleted file mode 100644 (file)
index 4dba319..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- mysql-5.0.41/scripts/mysqlhotcopy.sh~      2007-06-21 14:17:42.000000000 +0300
-+++ mysql-5.0.41/scripts/mysqlhotcopy.sh       2007-06-21 14:17:43.671033114 +0300
-@@ -840,6 +840,7 @@
-     my $quote = $dbh->get_info(29); # SQL_IDENTIFIER_QUOTE_CHAR
-     if ($quote) {
-       foreach (@dbh_tables) {
-+        s/$quote.+$quote\.//; # perl-DBD-mysql-4.003 fix
-         s/^$quote(.*)$quote$/$1/;
-         s/$quote$quote/$quote/g;
-       }
diff --git a/mysql-min_max.patch b/mysql-min_max.patch
deleted file mode 100644 (file)
index 6e07eac..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ur -x '*.Po' -x '*.log' -x '*.t' -x '*.Plo' mysql-5.1.22-rc.orig/include/my_global.h mysql-5.1.22-rc.mod/include/my_global.h
---- mysql-5.1.22-rc.orig/include/my_global.h   2007-09-24 12:30:24.000000000 +0200
-+++ mysql-5.1.22-rc.mod/include/my_global.h    2007-11-08 14:42:06.000000000 +0100
-@@ -563,10 +563,6 @@
- #endif
- /* Define some useful general macros */
--#if !defined(max)
--#define max(a, b)     ((a) > (b) ? (a) : (b))
--#define min(a, b)     ((a) < (b) ? (a) : (b))
--#endif
- #if !defined(HAVE_UINT)
- #undef HAVE_UINT
-@@ -1502,6 +1498,11 @@
- #endif
- #endif
-+#if !defined(max)
-+#define max(a, b)     ((a) > (b) ? (a) : (b))
-+#define min(a, b)     ((a) < (b) ? (a) : (b))
-+#endif
-+
- /* Length of decimal number represented by INT32. */
- #define MY_INT32_NUM_DECIMAL_DIGITS 11
This page took 0.508786 seconds and 4 git commands to generate.