~vlad-lesin/percona-server/pintables

« back to all changes in this revision

Viewing changes to response_time_distribution.patch

  • Committer: Oleg Tsarev
  • Date: 2011-05-11 13:27:33 UTC
  • mto: This revision was merged to the branch mainline in revision 110.
  • Revision ID: oleg.tsarev@percona.com-20110511132733-hvqta1d712hp9ozr
port to 5.5.12 second part

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
diff -ruN a/include/mysql_com.h b/include/mysql_com.h
26
26
--- a/include/mysql_com.h       2011-03-31 17:36:18.000000000 +0400
27
27
+++ b/include/mysql_com.h       2011-04-10 11:28:51.000000000 +0400
28
 
@@ -137,10 +137,11 @@
 
28
@@ -141,10 +141,11 @@
29
29
 #define REFRESH_FAST           32768   /* Intern flag */
30
30
 
31
31
 /* RESET (remove all queries) from query cache */
773
773
 #include "lock.h"                           // MYSQL_OPEN_IGNORE_FLUSH
774
774
 #include "debug_sync.h"
775
775
 #include "datadict.h"   // dd_frm_type()
776
 
@@ -7689,6 +7690,14 @@
 
776
@@ -7695,6 +7696,14 @@
777
777
 
778
778
 */
779
779
 
788
788
 ST_SCHEMA_TABLE schema_tables[]=
789
789
 {
790
790
   {"CHARACTER_SETS", charsets_fields_info, create_schema_table, 
791
 
@@ -7742,6 +7751,13 @@
 
791
@@ -7748,6 +7757,13 @@
792
792
    1, 9, 0, OPTIMIZE_I_S_TABLE|OPEN_TABLE_ONLY},
793
793
   {"ROUTINES", proc_fields_info, create_schema_table, 
794
794
    fill_schema_proc, make_proc_old_format, 0, -1, -1, 0, 0},
861
861
 /*
862
862
   This forward declaration is needed because including sql_base.h
863
863
   causes further includes.  [TODO] Eliminate this forward declaration
864
 
@@ -1801,6 +1802,26 @@
 
864
@@ -1837,6 +1838,26 @@
865
865
        DEFAULT(FALSE));
866
866
 #endif /* HAVE_QUERY_CACHE */
867
867