]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- up to 5.084
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Jul 2009 13:55:34 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-microslow_innodb.patch -> 1.1.2.10
    mysql.spec -> 1.353.2.72

mysql-microslow_innodb.patch
mysql.spec

index e28f0912c25fdbd6f515eeeb9115386e2067655d..df6b9d73fc9f724ba63e10de2cf1bf346978b121 100644 (file)
@@ -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)
 +
      {
index 537923df9b7b8a98bcbbebbe71e3bac3e0a11276..9daf100d968de0903ba863f3c52dbd6a6fbd88db 100644 (file)
@@ -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
This page took 0.322553 seconds and 4 git commands to generate.