~vlad-lesin/percona-server/pintables

« back to all changes in this revision

Viewing changes to processlist_row_stats.patch

  • Committer: Laurynas Biveinis
  • Date: 2011-06-21 02:36:36 UTC
  • mfrom: (123 merge)
  • mto: This revision was merged to the branch mainline in revision 124.
  • Revision ID: laurynas.biveinis@percona.com-20110621023636-ccp1iyyrncj181zt
MergeĀ fromĀ lp:percona-server

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
diff -ruN a/sql/sql_class.cc b/sql/sql_class.cc
9
9
--- a/sql/sql_class.cc  2011-03-09 17:07:26.221709282 +0200
10
10
+++ b/sql/sql_class.cc  2011-03-09 17:07:44.900164285 +0200
11
 
@@ -2022,6 +2022,7 @@
 
11
@@ -2017,6 +2017,7 @@
12
12
 
13
13
   thd->sent_row_count++;
14
14
   thd->sent_row_count_2++;
89
89
       if (schema_table_store_record(thd, table))
90
90
       {
91
91
         mysql_mutex_unlock(&LOCK_thread_count);
92
 
@@ -7947,6 +7973,12 @@
 
92
@@ -8082,6 +8108,12 @@
93
93
    SKIP_OPEN_TABLE},
94
94
   {"TIME_MS", MY_INT64_NUM_DECIMAL_DIGITS, MYSQL_TYPE_LONGLONG,
95
95
    0, 0, "Time_ms", SKIP_OPEN_TABLE},