]> git.pld-linux.org Git - packages/mysql.git/blobdiff - innodb_kill_idle_transaction.patch
- up to 5.5.20
[packages/mysql.git] / innodb_kill_idle_transaction.patch
index 30521b2aae426f0ad13e8fc7826a81dde1fa82f8..ed7bdf3ae3c0030e0b31a0e7a5c4f08ec9ff840f 100644 (file)
  #ifdef HAVE_PSI_INTERFACE
        /* Register keys with MySQL performance schema */
        if (PSI_server) {
-@@ -11695,6 +11699,57 @@
+@@ -11694,6 +11698,57 @@
        return(false);
  }
  
  static SHOW_VAR innodb_status_variables_export[]= {
    {"Innodb",                   (char*) &show_innodb_vars, SHOW_FUNC},
    {NullS, NullS, SHOW_LONG}
-@@ -11986,6 +12041,15 @@
+@@ -11985,6 +12040,15 @@
    "Number of times a thread is allowed to enter InnoDB within the same SQL query after it has once got the ticket",
    NULL, NULL, 500L, 1L, ~0L, 0);
  
  static MYSQL_SYSVAR_LONG(file_io_threads, innobase_file_io_threads,
    PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY | PLUGIN_VAR_NOSYSVAR,
    "Number of file I/O threads in InnoDB.",
-@@ -12288,6 +12352,7 @@
+@@ -12327,6 +12391,7 @@
    MYSQL_SYSVAR(fast_checksum),
    MYSQL_SYSVAR(commit_concurrency),
    MYSQL_SYSVAR(concurrency_tickets),
    MYSQL_SYSVAR(data_home_dir),
 --- a/storage/innobase/include/srv0srv.h
 +++ b/storage/innobase/include/srv0srv.h
-@@ -296,6 +296,7 @@
+@@ -299,6 +299,7 @@
  extern ulint  srv_activity_count;
  extern ulint  srv_fatal_semaphore_wait_threshold;
  extern ulint  srv_dml_needed_delay;
  /* How much data manipulation language (DML) statements need to be delayed,
  in microseconds, in order to reduce the lagging of the purge thread. */
  UNIV_INTERN ulint     srv_dml_needed_delay = 0;
-@@ -2834,6 +2843,36 @@
+@@ -2837,6 +2846,36 @@
                old_sema = sema;
        }
  
This page took 0.03001 seconds and 4 git commands to generate.