[packages/percona-server/v5.0.x: 55/202] - update to 5.0.56

glen glen at pld-linux.org
Wed Oct 21 16:13:39 CEST 2015


commit 1c828cdbd58b816fccfdcfc49fcf5a875355d5ea
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Apr 7 09:42:36 2008 +0000

    - update to 5.0.56
    
    Changed files:
        mysql-align.patch -> 1.2.2.1
        mysql-libs.patch -> 1.14.2.6

 mysql-align.patch | 10 +++++-----
 mysql-libs.patch  | 16 +++++++---------
 2 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/mysql-align.patch b/mysql-align.patch
index 5feab48..ac032a3 100644
--- a/mysql-align.patch
+++ b/mysql-align.patch
@@ -35,15 +35,15 @@
  		       opts->u_max_value : value);
  
      if (!result_pos)
-@@ -738,7 +738,7 @@
-     value		Pointer to variable
+@@ -864,7 +864,7 @@
+     value              Pointer to variable
  */
  
--static void init_one_value(const struct my_option *option, gptr *variable,
-+static void init_one_value(const struct my_option *option, gptr variable,
+-static void init_one_value(const struct my_option *optp, gptr *variable,
++static void init_one_value(const struct my_option *optp, gptr variable,
  			   longlong value)
  {
-   switch ((option->var_type & GET_TYPE_MASK)) {
+   DBUG_ENTER("init_one_value");
 @@ -793,12 +793,12 @@
        set the value to default value.
      */
diff --git a/mysql-libs.patch b/mysql-libs.patch
index d176358..ea6aa6c 100644
--- a/mysql-libs.patch
+++ b/mysql-libs.patch
@@ -1,6 +1,6 @@
---- mysql-5.0.41.org/configure.in	2007-05-02 16:39:58.000000000 +0200
-+++ mysql-5.0.41/configure.in	2007-05-10 15:02:12.075664162 +0200
-@@ -779,19 +779,20 @@
+--- mysql-5.0.56/configure.in~	2008-04-07 09:44:34.000000000 +0300
++++ mysql-5.0.56/configure.in	2008-04-07 12:23:29.657592515 +0300
+@@ -826,9 +826,9 @@
  
  AC_CHECK_LIB(m, floor, [], AC_CHECK_LIB(m, __infinity))
  
@@ -12,22 +12,20 @@
 +		[AC_CHECK_LIB(nsl, gethostbyname_r)])])
  
  AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
--AC_CHECK_FUNC(yp_get_default_domain, ,
--  AC_CHECK_LIB(nsl, yp_get_default_domain))
- AC_CHECK_FUNC(p2open, , AC_CHECK_LIB(gen, p2open))
+ AC_CHECK_FUNC(yp_get_default_domain, ,
+@@ -837,7 +837,11 @@
  # This may get things to compile even if bind-8 is installed
  AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind))
  # Check if crypt() exists in libc or libcrypt, sets LIBS if needed
 -AC_SEARCH_LIBS(crypt, crypt, AC_DEFINE(HAVE_CRYPT, 1, [crypt]))
--AC_SEARCH_LIBS(inet_aton, [socket nsl resolv])
 +save_LIBS="$LIBS"
 +AC_CHECK_LIB(crypt, crypt, [LIBS="-lcrypt $LIBS"; LIBCRYPT="-lcrypt"])
 +AC_SUBST(LIBCRYPT)
 +AC_CHECK_FUNC(crypt, AC_DEFINE([HAVE_CRYPT], [1], [crypt]))
 +LIBS="$save_LIBS"
+ # See if we need a library for address lookup.
+ AC_SEARCH_LIBS(inet_aton, [socket nsl resolv])
  
- # For the sched_yield() function on Solaris
- AC_CHECK_FUNC(sched_yield, , AC_CHECK_LIB(posix4, sched_yield))
 --- mysql-5.0.51/sql/Makefile.am~	2007-12-06 22:13:15.000000000 +0200
 +++ mysql-5.0.51/sql/Makefile.am	2007-12-06 22:14:55.492574255 +0200
 @@ -43,7 +43,7 @@
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list