SOURCES: mysql-libs.patch, mysql-userstats.patch - updated for .33

arekm arekm at pld-linux.org
Fri Apr 3 21:44:27 CEST 2009


Author: arekm                        Date: Fri Apr  3 19:44:27 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for .33

---- Files affected:
SOURCES:
   mysql-libs.patch (1.23 -> 1.24) , mysql-userstats.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/mysql-libs.patch
diff -u SOURCES/mysql-libs.patch:1.23 SOURCES/mysql-libs.patch:1.24
--- SOURCES/mysql-libs.patch:1.23	Mon Aug 25 21:04:02 2008
+++ SOURCES/mysql-libs.patch	Fri Apr  3 21:44:21 2009
@@ -1,24 +1,21 @@
 --- mysql-5.1.21-beta/configure.in~	2007-08-29 19:00:29.000000000 +0300
 +++ mysql-5.1.21-beta/configure.in	2007-08-29 19:00:35.000000000 +0300
-@@ -839,18 +839,20 @@
+@@ -836,8 +836,9 @@
  
  AC_CHECK_LIB(m, floor, [], AC_CHECK_LIB(m, __infinity))
  
 -AC_CHECK_LIB(nsl_r, gethostbyname_r, [],
 -  AC_CHECK_LIB(nsl, gethostbyname_r))
--AC_CHECK_FUNC(gethostbyname_r)
-+AC_CHECK_FUNC(gethostbyname_r, [],
-+  [AC_CHECK_LIB(nsl_r, gethostbyname_r, [],
-+    [AC_CHECK_LIB(nsl, gethostbyname_r)])])
++AC_CHECK_FUNC(gethostbyname_r, [], [
++ AC_CHECK_LIB(nsl_r, gethostbyname_r, [],
++  AC_CHECK_LIB(nsl, gethostbyname_r)) ])
+ AC_CHECK_FUNC(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))
- # This may get things to compile even if bind-8 is installed
- AC_CHECK_FUNC(bind, , AC_CHECK_LIB(bind, bind))
+ AC_SEARCH_LIBS(setsockopt, socket)
+@@ -845,6 +846,11 @@
+ AC_SEARCH_LIBS(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(crypt, crypt, AC_DEFINE(HAVE_CRYPT, 1, [crypt]))
 +save_LIBS="$LIBS"
 +AC_CHECK_LIB(crypt, crypt, [LIBS="-lcrypt $LIBS"; LIBCRYPT="-lcrypt"])
 +AC_SUBST(LIBCRYPT)

================================================================
Index: SOURCES/mysql-userstats.patch
diff -u SOURCES/mysql-userstats.patch:1.3 SOURCES/mysql-userstats.patch:1.4
--- SOURCES/mysql-userstats.patch:1.3	Sun Feb  8 11:40:01 2009
+++ SOURCES/mysql-userstats.patch	Fri Apr  3 21:44:22 2009
@@ -399,9 +399,9 @@
  #ifndef DBUG_OFF
    dbug_sentry=THD_SENTRY_MAGIC;
 @@ -761,8 +763,55 @@
-   update_charset();
    reset_current_stmt_binlog_row_based();
    bzero((char *) &status_var, sizeof(status_var));
+   sql_log_bin_toplevel= options & OPTION_BIN_LOG;
 +  reset_stats();
  }
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mysql-libs.patch?r1=1.23&r2=1.24&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mysql-userstats.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list