~stewart/percona-server/Percona-Server-5.1.54-12-bug814404

« back to all changes in this revision

Viewing changes to innodb_split_buf_pool_mutex.patch

  • Committer: kinoyasu
  • Date: 2010-12-16 11:35:26 UTC
  • Revision ID: kinoyasu@gauntlet4-20101216113526-62t7dahi1aeajp29
Yasufumi patches are ported to 5.1.54

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
diff -ruN a/storage/innodb_plugin/btr/btr0cur.c b/storage/innodb_plugin/btr/btr0cur.c
9
9
--- a/storage/innodb_plugin/btr/btr0cur.c       2010-08-04 02:24:19.000000000 +0900
10
10
+++ b/storage/innodb_plugin/btr/btr0cur.c       2010-08-27 16:11:40.593021205 +0900
11
 
@@ -3764,7 +3764,8 @@
 
11
@@ -3760,7 +3760,8 @@
12
12
 
13
13
        mtr_commit(mtr);
14
14
 
18
18
        mutex_enter(&block->mutex);
19
19
 
20
20
        /* Only free the block if it is still allocated to
21
 
@@ -3775,17 +3776,22 @@
 
21
@@ -3771,17 +3772,22 @@
22
22
            && buf_block_get_space(block) == space
23
23
            && buf_block_get_page_no(block) == page_no) {
24
24