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

« back to all changes in this revision

Viewing changes to innodb_files_extend.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:
187
187
 #ifndef MYSQL_SERVER
188
188
        innodb_overwrite_relay_log_info = FALSE;
189
189
 #endif
190
 
@@ -7009,9 +7068,9 @@
 
190
@@ -7015,9 +7074,9 @@
191
191
                                | DICT_TF_COMPACT
192
192
                                | DICT_TF_FORMAT_ZIP
193
193
                                << DICT_TF_FORMAT_SHIFT;
200
200
                }
201
201
        }
202
202
 
203
 
@@ -11121,6 +11180,16 @@
 
203
@@ -11129,6 +11188,16 @@
204
204
   "#### Attention: The checksum is not compatible for normal or disabled version! ####",
205
205
   NULL, NULL, FALSE);
206
206
 
217
217
 static MYSQL_SYSVAR_STR(data_home_dir, innobase_data_home_dir,
218
218
   PLUGIN_VAR_READONLY,
219
219
   "The common part for InnoDB table spaces.",
220
 
@@ -11609,6 +11678,8 @@
 
220
@@ -11617,6 +11686,8 @@
221
221
   NULL, NULL, 0, 0, 1, 0);
222
222
 
223
223
 static struct st_mysql_sys_var* innobase_system_variables[]= {
402
402
 
403
403
 /* Maximum number of parallel threads in a parallelized operation */
404
404
 #define UNIV_MAX_PARALLELISM   32
405
 
@@ -387,7 +391,7 @@
 
405
@@ -399,7 +403,7 @@
406
406
 stored part of the field in the tablespace. The length field then
407
407
 contains the sum of the following flag and the locally stored len. */
408
408
 
411
411
 
412
412
 /* Some macros to improve branch prediction and reduce cache misses */
413
413
 #if defined(__GNUC__) && (__GNUC__ > 2) && ! defined(__INTEL_COMPILER)
414
 
@@ -490,4 +494,6 @@
 
414
@@ -502,4 +506,6 @@
415
415
        UNIV_MEM_ALLOC(addr, size);                     \
416
416
 } while (0)
417
417