packages: mysql/mysql-microslow.patch, mysql/mysql.spec - up to 5.1.49, upd...

glen glen at pld-linux.org
Sat Jul 24 14:42:06 CEST 2010


Author: glen                         Date: Sat Jul 24 12:42:06 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 5.1.49, update sphinx tarball to 0.9.9

---- Files affected:
packages/mysql:
   mysql-microslow.patch (1.5 -> 1.6) , mysql.spec (1.484 -> 1.485) 

---- Diffs:

================================================================
Index: packages/mysql/mysql-microslow.patch
diff -u packages/mysql/mysql-microslow.patch:1.5 packages/mysql/mysql-microslow.patch:1.6
--- packages/mysql/mysql-microslow.patch:1.5	Thu Oct 22 21:08:15 2009
+++ packages/mysql/mysql-microslow.patch	Sat Jul 24 14:42:00 2010
@@ -173,9 +173,8 @@
  
  /*
    Some defines for exit codes for ::is_equal class functions.
-diff -r 0b1f42e1aacf sql/mysqld.cc
---- a/sql/mysqld.cc	Thu Dec 04 08:55:22 2008 -0800
-+++ b/sql/mysqld.cc	Thu Dec 04 08:55:29 2008 -0800
+--- mysql-5.1.49/sql/mysqld.cc~	2010-07-24 15:19:16.000000000 +0300
++++ mysql-5.1.49/sql/mysqld.cc	2010-07-24 15:22:23.181784212 +0300
 @@ -5553,6 +5553,9 @@
    OPT_SECURE_FILE_PRIV,
    OPT_MIN_EXAMINED_ROW_LIMIT,
@@ -186,10 +185,10 @@
  #if defined(ENABLED_DEBUG_SYNC)
    OPT_DEBUG_SYNC_TIMEOUT,
  #endif /* defined(ENABLED_DEBUG_SYNC) */
-@@ -6480,6 +6483,17 @@
-    (uchar**) 0,
-    0, (GET_ULONG | GET_ASK_ADDR) , REQUIRED_ARG, 100,
-    1, 100, 0, 1, 0},
+@@ -6819,6 +6819,17 @@
+    "The minimum percentage of warm blocks in key cache.",
+    &dflt_key_cache_var.param_division_limit, NULL, NULL,
+    (GET_ULONG | GET_ASK_ADDR) , REQUIRED_ARG, 100, 1, 100, 0, 1, 0},
 +  {"log_slow_filter", OPT_LOG_SLOW_FILTER,
 +   "Log only the queries that followed certain execution plan. Multiple flags allowed in a comma-separated string. [qc_miss, full_scan, full_join, tmp_table, tmp_table_on_disk, filesort, filesort_on_disk]",
 +   0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, SLOG_F_NONE, 0, 0},
@@ -202,8 +201,8 @@
 +   "Choose how verbose the messages to your slow log will be. Multiple flags allowed in a comma-separated string. [microtime, query_plan, innodb]",
 +   0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, SLOG_V_NONE, 0, 0},
    {"long_query_time", OPT_LONG_QUERY_TIME,
-    "Log all queries that have taken more than long_query_time seconds to execute to file. "
-    "The argument will be treated as a decimal value with microsecond precission.",
+    "Log all queries that have taken more than long_query_time seconds to "
+    "execute. The argument will be treated as a decimal value with "
 @@ -7556,6 +7570,10 @@
    global_system_variables.old_passwords= 0;
    global_system_variables.old_alter_table= 0;

================================================================
Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.484 packages/mysql/mysql.spec:1.485
--- packages/mysql/mysql.spec:1.484	Thu Jul 22 12:04:41 2010
+++ packages/mysql/mysql.spec	Sat Jul 24 14:42:00 2010
@@ -19,7 +19,7 @@
 %bcond_without	ssl		# OpenSSL support
 %bcond_without	tcpd		# libwrap (tcp_wrappers) support
 %bcond_with	autodeps	# BR packages needed only for resolving deps
-%bcond_with	sphinx		# Sphinx storage engine support
+%bcond_with		sphinx		# Sphinx storage engine support
 %bcond_with	tests		# FIXME: don't run correctly
 %bcond_with	ndb		# NDB is now a separate product, this here is broken, so disable it
 #
@@ -33,15 +33,15 @@
 Summary(uk.UTF-8):	MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql
-Version:	5.1.48
+Version:	5.1.49
 Release:	1
 License:	GPL + MySQL FLOSS Exception
 Group:		Applications/Databases
 #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source
 Source0:	http://mysql.easynet.be/Downloads/MySQL-5.1/%{name}-%{version}.tar.gz
-# Source0-md5:	d04c54d1cfbd8c6c8650c8d078f885b2
-Source100:	http://www.sphinxsearch.com/downloads/sphinx-0.9.7.tar.gz
-# Source100-md5:	32f2b7e98d8485c86108851d52c5cef4
+# Source0-md5:	a90d87a71fa3c23dff6d78afc8e3184c
+Source100:	http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz
+# Source100-md5:	7b9b618cb9b378f949bb1b91ddcc4f54
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
 Source3:	%{name}.logrotate
@@ -1122,6 +1122,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.485  2010/07/24 12:42:00  glen
+- up to 5.1.49, update sphinx tarball to 0.9.9
+
 Revision 1.484  2010/07/22 10:04:41  glen
 - suggest mysql vim syntax
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql-microslow.patch?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.484&r2=1.485&f=u



More information about the pld-cvs-commit mailing list