~tsarev/percona-server/5.1.59-porting-bad

« back to all changes in this revision

Viewing changes to innodb_purge_thread.patch

  • Committer: kinoyasu
  • Date: 2011-07-07 13:02:19 UTC
  • mto: This revision was merged to the branch mainline in revision 256.
  • Revision ID: kinoyasu@gauntlet4-20110707130219-bev0gkkvwkh47u4m
Yasufumi patches are ported to 5.1.58. Removing/changing the patch files against my intention is not allowed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
diff -ruN a/storage/innodb_plugin/handler/ha_innodb.cc b/storage/innodb_plugin/handler/ha_innodb.cc
9
9
--- a/storage/innodb_plugin/handler/ha_innodb.cc        2010-08-27 16:23:31.022060427 +0900
10
10
+++ b/storage/innodb_plugin/handler/ha_innodb.cc        2010-08-27 16:25:49.004020662 +0900
11
 
@@ -11064,6 +11064,11 @@
 
11
@@ -11060,6 +11060,11 @@
12
12
   "Output statistics of recovery process after it.",
13
13
   NULL, NULL, FALSE);
14
14
 
20
20
 static MYSQL_SYSVAR_BOOL(overwrite_relay_log_info, innobase_overwrite_relay_log_info,
21
21
   PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
22
22
   "During InnoDB crash recovery on slave overwrite relay-log.info "
23
 
@@ -11575,6 +11580,7 @@
 
23
@@ -11571,6 +11576,7 @@
24
24
 #endif /* UNIV_DEBUG || UNIV_IBUF_DEBUG */
25
25
   MYSQL_SYSVAR(read_ahead_threshold),
26
26
   MYSQL_SYSVAR(io_capacity),
125
125
diff -ruN a/storage/innodb_plugin/log/log0log.c b/storage/innodb_plugin/log/log0log.c
126
126
--- a/storage/innodb_plugin/log/log0log.c       2010-08-27 15:54:18.086987682 +0900
127
127
+++ b/storage/innodb_plugin/log/log0log.c       2010-08-27 16:25:49.010020843 +0900
128
 
@@ -3150,6 +3150,16 @@
 
128
@@ -3151,6 +3151,16 @@
129
129
                goto loop;
130
130
        }
131
131