~percona-dev/percona-server/r5.1.55-200-fix

« back to all changes in this revision

Viewing changes to innodb_recovery_patches.patch

  • Committer: kinoyasu
  • Date: 2011-02-09 11:29:44 UTC
  • Revision ID: kinoyasu@gauntlet4-20110209112944-eeuv6cafcbit1jls
port Yasufumi patches to 5.1.55

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        srv_use_doublewrite_buf = (ibool) innobase_use_doublewrite;
128
128
        srv_use_checksums = (ibool) innobase_use_checksums;
129
129
 
130
 
@@ -10965,6 +10969,16 @@
 
130
@@ -10973,6 +10977,16 @@
131
131
   "don't use the datafile for normal mysqld or ibbackup! ####",
132
132
   NULL, NULL, FALSE);
133
133
 
144
144
 static MYSQL_SYSVAR_BOOL(overwrite_relay_log_info, innobase_overwrite_relay_log_info,
145
145
   PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
146
146
   "During InnoDB crash recovery on slave overwrite relay-log.info "
147
 
@@ -11417,6 +11431,8 @@
 
147
@@ -11425,6 +11439,8 @@
148
148
   MYSQL_SYSVAR(data_home_dir),
149
149
   MYSQL_SYSVAR(doublewrite),
150
150
   MYSQL_SYSVAR(extra_undoslots),