~rodrigo-gadea-percona/percona-server/ps-docs-domfixes

« back to all changes in this revision

Viewing changes to patches/processlist_row_stats.patch

  • Committer: Rodrigo Gadea
  • Date: 2011-08-18 03:29:05 UTC
  • mfrom: (148.1.4 valgrind-zlib-fix)
  • Revision ID: rodrigo.gadea@percona.com-20110818032905-sdvhml23nt4n4r26
Merging divergence

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#!!! notice !!!
6
6
# Any small change to this file in the main branch
7
7
# should be done or reviewed by the maintainer!
8
 
diff -ruN a/sql/sql_class.cc b/sql/sql_class.cc
9
 
--- a/sql/sql_class.cc  2011-03-09 17:07:26.221709282 +0200
10
 
+++ b/sql/sql_class.cc  2011-03-09 17:07:44.900164285 +0200
11
 
@@ -2306,6 +2306,7 @@
 
8
--- a/sql/sql_class.cc
 
9
+++ b/sql/sql_class.cc
 
10
@@ -2288,6 +2288,7 @@
12
11
 
13
12
   thd->sent_row_count++;
14
13
   thd->sent_row_count_2++;
16
15
 
17
16
   if (thd->vio_ok())
18
17
     DBUG_RETURN(protocol->write());
19
 
diff -ruN a/sql/sql_show.cc b/sql/sql_show.cc
20
 
--- a/sql/sql_show.cc   2011-03-09 17:07:26.251706801 +0200
21
 
+++ b/sql/sql_show.cc   2011-03-09 17:07:44.904163954 +0200
 
18
--- a/sql/sql_show.cc
 
19
+++ b/sql/sql_show.cc
22
20
@@ -1766,7 +1766,8 @@
23
21
 
24
22
 /****************************************************************************