~percona-dev/percona-xtradb/fix-bug547230-bug548442

« back to all changes in this revision

Viewing changes to innodb_purge_thread.patch

  • Committer: kinoyasu
  • Date: 2010-03-26 10:01:13 UTC
  • Revision ID: kinoyasu@gauntlet3-20100326100113-bn1e7cakwtnf5je4
fix bug547230 and bug548442

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
diff -ruN innodb_plugin-1.0.6_orig/handler/ha_innodb.cc innodb_plugin-1.0.6_tmp/handler/ha_innodb.cc
2
2
--- innodb_plugin-1.0.6_orig/handler/ha_innodb.cc       2009-12-10 17:27:16.000000000 +0900
3
3
+++ innodb_plugin-1.0.6_tmp/handler/ha_innodb.cc        2009-12-10 17:34:06.000000000 +0900
4
 
@@ -10166,6 +10166,11 @@
 
4
@@ -10183,6 +10183,11 @@
5
5
   "Output statistics of recovery process after it.",
6
6
   NULL, NULL, FALSE);
7
7
 
13
13
 static MYSQL_SYSVAR_BOOL(overwrite_relay_log_info, innobase_overwrite_relay_log_info,
14
14
   PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
15
15
   "During InnoDB crash recovery on slave overwrite relay-log.info "
16
 
@@ -10667,6 +10672,7 @@
 
16
@@ -10684,6 +10689,7 @@
17
17
   MYSQL_SYSVAR(change_buffering),
18
18
   MYSQL_SYSVAR(read_ahead_threshold),
19
19
   MYSQL_SYSVAR(io_capacity),