~sergei.glushchenko/percona-server/5.1.55-issue20632

« back to all changes in this revision

Viewing changes to innodb_separate_doublewrite.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:
357
357
        srv_extra_undoslots = (ibool) innobase_extra_undoslots;
358
358
 
359
359
        srv_use_sys_stats_table = (ibool) innobase_use_sys_stats_table;
360
 
@@ -11326,6 +11329,11 @@
 
360
@@ -11334,6 +11337,11 @@
361
361
   "Path to individual files and their sizes.",
362
362
   NULL, NULL, NULL);
363
363
 
369
369
 static MYSQL_SYSVAR_LONG(autoinc_lock_mode, innobase_autoinc_lock_mode,
370
370
   PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY,
371
371
   "The AUTOINC lock modes supported by InnoDB:               "
372
 
@@ -11492,6 +11500,7 @@
 
372
@@ -11500,6 +11508,7 @@
373
373
   MYSQL_SYSVAR(commit_concurrency),
374
374
   MYSQL_SYSVAR(concurrency_tickets),
375
375
   MYSQL_SYSVAR(data_file_path),