~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-28 05:57:14 UTC
  • mfrom: (133.1.1 5.5.13-tmp)
  • Revision ID: kinoyasu@gauntlet4-20110628055714-vbdqy5eo3gmhsb2c
fix bug802348

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
 
@@ -4541,6 +4541,36 @@
 
11
@@ -4560,6 +4560,36 @@
12
12
        mutex_exit(block_mutex);
13
13
 }
14
14