~percona-dev/percona-server/release-5.1.52-11-fix-oleg-bug-for-11.6

« back to all changes in this revision

Viewing changes to innodb_expand_undo_slots.patch

  • Committer: Aleksandr Kuzminsky
  • Date: 2010-11-07 16:05:20 UTC
  • Revision ID: aleksandr.kuzminsky@percona.com-20101107160520-dy2hijwwxiqzgds8
Ported to MySQL version 5.1.52

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        /* -------------- Log files ---------------------------*/
26
26
 
27
27
        /* The default dir for log files is the datadir of MySQL */
28
 
@@ -10698,6 +10701,13 @@
 
28
@@ -10694,6 +10697,13 @@
29
29
   "The common part for InnoDB table spaces.",
30
30
   NULL, NULL, NULL);
31
31
 
39
39
 static MYSQL_SYSVAR_BOOL(doublewrite, innobase_use_doublewrite,
40
40
   PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
41
41
   "Enable InnoDB doublewrite buffer (enabled by default). "
42
 
@@ -11074,6 +11084,7 @@
 
42
@@ -11070,6 +11080,7 @@
43
43
   MYSQL_SYSVAR(data_file_path),
44
44
   MYSQL_SYSVAR(data_home_dir),
45
45
   MYSQL_SYSVAR(doublewrite),
100
100
diff -ruN a/storage/innodb_plugin/trx/trx0undo.c b/storage/innodb_plugin/trx/trx0undo.c
101
101
--- a/storage/innodb_plugin/trx/trx0undo.c      2010-04-06 23:07:14.000000000 +0900
102
102
+++ b/storage/innodb_plugin/trx/trx0undo.c      2010-04-29 16:06:59.000000000 +0900
103
 
@@ -1398,9 +1398,47 @@
 
103
@@ -1395,9 +1395,47 @@
104
104
        rseg_header = trx_rsegf_get_new(rseg->space, rseg->zip_size,
105
105
                                        rseg->page_no, &mtr);
106
106