]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- update against mysql 5.0.91
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 24 Jul 2010 13:09:25 +0000 (13:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-sphinx.patch -> 1.1.2.8

mysql-sphinx.patch

index 3f86e545b4d68d6f66c83ce0c372ab772f1e479f..09a801cb127c209e1d4263cb136a8a05c32ab00e 100644 (file)
  
  # Don't update the files from bitkeeper
  %::SCCS/s.%
---- mysql-5.0.67/sql/mysqld.cc 2008-08-04 23:20:07.000000000 +1100
-+++ mysql-5.0.67-sphinx/sql/mysqld.cc  2009-02-14 09:15:48.000000000 +1000
+--- mysql-5.0.91/sql/mysqld.cc~        2010-07-24 16:03:55.000000000 +0300
++++ mysql-5.0.91/sql/mysqld.cc 2010-07-24 16:04:41.004813770 +0300
 @@ -36,6 +36,10 @@
  #include <sys/prctl.h>
  #endif
  #ifdef HAVE_INNOBASE_DB
  #define OPT_INNODB_DEFAULT 1
  #else
-@@ -6633,6 +6637,13 @@
-   {"Threads_running",          (char*) &thread_running,         SHOW_INT_CONST},
-   {"Uptime",                   (char*) 0,                       SHOW_STARTTIME},
+@@ -6725,6 +6725,13 @@
+ #ifdef COMMUNITY_SERVER
    {"Uptime_since_flush_status",(char*) 0,                       SHOW_FLUSHTIME},
+ #endif
 +#ifdef HAVE_SPHINX_DB
 +  {"sphinx_total",                    (char *)sphinx_showfunc_total,                  SHOW_SPHINX_FUNC},
 +  {"sphinx_total_found",      (char *)sphinx_showfunc_total_found,    SHOW_SPHINX_FUNC},
This page took 0.186348 seconds and 4 git commands to generate.