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

« back to all changes in this revision

Viewing changes to innodb_recovery_patches.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:
116
116
        srv_use_doublewrite_buf = (ibool) innobase_use_doublewrite;
117
117
        srv_use_checksums = (ibool) innobase_use_checksums;
118
118
 
119
 
@@ -10151,6 +10156,16 @@
 
119
@@ -10168,6 +10173,16 @@
120
120
   "don't use the datafile for normal mysqld or ibbackup! ####",
121
121
   NULL, NULL, FALSE);
122
122
 
133
133
 static MYSQL_SYSVAR_BOOL(overwrite_relay_log_info, innobase_overwrite_relay_log_info,
134
134
   PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
135
135
   "During InnoDB crash recovery on slave overwrite relay-log.info "
136
 
@@ -10586,6 +10601,8 @@
 
136
@@ -10603,6 +10618,8 @@
137
137
   MYSQL_SYSVAR(data_home_dir),
138
138
   MYSQL_SYSVAR(doublewrite),
139
139
   MYSQL_SYSVAR(extra_undoslots),