]> git.pld-linux.org Git - packages/mysql.git/blobdiff - processlist_row_stats.patch
- updated to 5.5.32
[packages/mysql.git] / processlist_row_stats.patch
index 855340641fbdc9bbf144147b08bfed4fca59f96a..6bddefde90cc83c006fdbca5453f42784ef57345 100644 (file)
@@ -7,7 +7,7 @@
 # should be done or reviewed by the maintainer!
 --- a/sql/sql_class.cc
 +++ b/sql/sql_class.cc
-@@ -2288,6 +2288,7 @@
+@@ -2424,6 +2424,7 @@
  
    thd->sent_row_count++;
    thd->sent_row_count_2++;
@@ -87,7 +87,7 @@
        if (schema_table_store_record(thd, table))
        {
          mysql_mutex_unlock(&LOCK_thread_count);
-@@ -8117,6 +8143,12 @@
+@@ -8140,6 +8166,12 @@
     SKIP_OPEN_TABLE},
    {"TIME_MS", MY_INT64_NUM_DECIMAL_DIGITS, MYSQL_TYPE_LONGLONG,
     0, 0, "Time_ms", SKIP_OPEN_TABLE},
This page took 0.025431 seconds and 4 git commands to generate.