[packages/percona-server/v5.0.x: 119/202] - up to 5.084
glen
glen at pld-linux.org
Wed Oct 21 16:19:02 CEST 2015
commit a709df28bc05bf4872122891aa24aaf4f15e1abb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Jul 25 13:55:34 2009 +0000
- up to 5.084
Changed files:
mysql-microslow_innodb.patch -> 1.1.2.10
mysql.spec -> 1.353.2.72
mysql-microslow_innodb.patch | 8 ++++----
mysql.spec | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 537923d..9daf100 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -25,13 +25,13 @@ Summary(ru.UTF-8): MySQL - быстрый SQL-сервер
Summary(uk.UTF-8): MySQL - швидкий SQL-сервер
Summary(zh_CN.UTF-8): MySQL数据库服务器
Name: mysql
-Version: 5.0.83
-Release: 2
+Version: 5.0.84
+Release: 1
License: GPL + MySQL FLOSS Exception
Group: Applications/Databases
#Source0: ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz
Source0: http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
-# Source0-md5: 051392064a1e32cca5c23a593908b10e
+# Source0-md5: 671348f1a5b078da9ca76f97e1fda325
#Source0: http://mysql.he.net/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz
#Source0: http://mirror.provenscaling.com/mysql/enterprise/source/5.0/%{name}-%{version}.tar.gz
Source100: http://www.sphinxsearch.com/downloads/sphinx-0.9.9-rc2.tar.gz
diff --git a/mysql-microslow_innodb.patch b/mysql-microslow_innodb.patch
index e28f091..df6b9d7 100644
--- a/mysql-microslow_innodb.patch
+++ b/mysql-microslow_innodb.patch
@@ -2371,18 +2371,18 @@ diff -r 069dc6d4f269 sql/sql_parse.cc
- if ((thd->start_time > thd->time_after_lock &&
- (ulong) (thd->start_time - thd->time_after_lock) >
- thd->variables.long_query_time) ||
-- (thd->server_status &
+- ((thd->server_status &
- (SERVER_QUERY_NO_INDEX_USED | SERVER_QUERY_NO_GOOD_INDEX_USED)) &&
- opt_log_queries_not_using_indexes &&
- /* == SQLCOM_END unless this is a SHOW command */
-- thd->lex->orig_sql_command == SQLCOM_END)
+- thd->lex->orig_sql_command == SQLCOM_END))
+ if (((ulong) (thd->start_timer - thd->timer_after_lock) >=
+ thd->variables.long_query_time ||
-+ (thd->server_status &
++ ((thd->server_status &
+ (SERVER_QUERY_NO_INDEX_USED | SERVER_QUERY_NO_GOOD_INDEX_USED)) &&
+ opt_log_queries_not_using_indexes &&
+ /* == SQLCOM_END unless this is a SHOW command */
-+ thd->lex->orig_sql_command == SQLCOM_END) &&
++ thd->lex->orig_sql_command == SQLCOM_END)) &&
+ thd->examined_row_count >= thd->variables.min_examined_row_limit)
+
{
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/431f68fe79a66d5dfdd53f2655709e6c925fbc22
More information about the pld-cvs-commit
mailing list