~tsarev/percona-server/5.5_slow_extended_bugs_slow_extended_bugs

« back to all changes in this revision

Viewing changes to innodb_buffer_pool_pages_i_s.patch

  • Committer: kinoyasu
  • Date: 2011-06-10 06:51:54 UTC
  • mfrom: (111.3.1 5.5.12-tmp)
  • Revision ID: kinoyasu@gauntlet4-20110610065154-l7utm5groktcr93q
5.5.12-corrupt_table_salvage is merged: add new action for innodb_corrupt_table_action = salvage

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
diff -ruN a/storage/innobase/buf/buf0buf.c b/storage/innobase/buf/buf0buf.c
9
9
--- a/storage/innobase/buf/buf0buf.c    2010-12-04 20:20:44.595483291 +0900
10
10
+++ b/storage/innobase/buf/buf0buf.c    2010-12-06 19:28:04.055227506 +0900
11
 
@@ -4536,6 +4536,36 @@
 
11
@@ -4537,6 +4537,36 @@
12
12
        mutex_exit(block_mutex);
13
13
 }
14
14
 
48
48
diff -ruN a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc
49
49
--- a/storage/innobase/handler/ha_innodb.cc     2010-12-04 20:20:44.614551139 +0900
50
50
+++ b/storage/innobase/handler/ha_innodb.cc     2010-12-06 19:23:47.622195800 +0900
51
 
@@ -12140,6 +12140,9 @@
 
51
@@ -12141,6 +12141,9 @@
52
52
 i_s_innodb_sys_stats,
53
53
 i_s_innodb_table_stats,
54
54
 i_s_innodb_index_stats,
786
786
diff -ruN a/storage/innobase/include/buf0buf.h b/storage/innobase/include/buf0buf.h
787
787
--- a/storage/innobase/include/buf0buf.h        2010-12-04 19:46:40.197471531 +0900
788
788
+++ b/storage/innobase/include/buf0buf.h        2010-12-06 19:23:47.638195824 +0900
789
 
@@ -1145,6 +1145,14 @@
 
789
@@ -1144,6 +1144,14 @@
790
790
 /*===========*/
791
791
        const buf_pool_t*       buf_pool)       /*!< in: buffer pool */
792
792
        __attribute__((nonnull, const));