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

« back to all changes in this revision

Viewing changes to innodb_adjust_defaults.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-04-30 16:39:14.000000000 +0900
10
10
+++ b/storage/innodb_plugin/handler/ha_innodb.cc        2010-04-30 16:43:26.000000000 +0900
11
 
@@ -11300,7 +11300,7 @@
 
11
@@ -11296,7 +11296,7 @@
12
12
 static MYSQL_SYSVAR_ULONG(use_purge_thread, srv_use_purge_thread,
13
13
   PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY,
14
14
   "Number of purge devoted threads. #### over 1 is EXPERIMENTAL ####",
17
17
 
18
18
 static MYSQL_SYSVAR_BOOL(overwrite_relay_log_info, innobase_overwrite_relay_log_info,
19
19
   PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
20
 
@@ -11400,7 +11400,7 @@
 
20
@@ -11396,7 +11396,7 @@
21
21
 static MYSQL_SYSVAR_BOOL(adaptive_flushing, srv_adaptive_flushing,
22
22
   PLUGIN_VAR_NOCMDARG,
23
23
   "Attempt flushing dirty pages to avoid IO bursts at checkpoints.",
26
26
 
27
27
 static MYSQL_SYSVAR_ULONG(max_purge_lag, srv_max_purge_lag,
28
28
   PLUGIN_VAR_RQCMDARG,
29
 
@@ -11633,7 +11633,7 @@
 
29
@@ -11629,7 +11629,7 @@
30
30
 static MYSQL_SYSVAR_ULONG(ibuf_active_contract, srv_ibuf_active_contract,
31
31
   PLUGIN_VAR_RQCMDARG,
32
32
   "Enable/Disable active_contract of insert buffer. 0:disable 1:enable",
35
35
 
36
36
 static MYSQL_SYSVAR_ULONG(ibuf_accel_rate, srv_ibuf_accel_rate,
37
37
   PLUGIN_VAR_RQCMDARG,
38
 
@@ -11713,8 +11713,8 @@
 
38
@@ -11709,8 +11709,8 @@
39
39
 };
40
40
 static MYSQL_SYSVAR_ENUM(adaptive_checkpoint, srv_adaptive_checkpoint,
41
41
   PLUGIN_VAR_RQCMDARG,