~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/srv/srv0srv.c

  • Committer: Brian Aker
  • Date: 2009-03-26 06:03:06 UTC
  • mfrom: (937.3.4 sparc)
  • Revision ID: brian@tangent.org-20090326060306-jhqegc10rze4rw69
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
UNIV_INTERN ulint       srv_last_file_size_max  = 0;
139
139
/* If the last data file is auto-extended, we add this
140
140
many pages to it at a time */
141
 
UNIV_INTERN ulong       srv_auto_extend_increment = 8;
 
141
UNIV_INTERN unsigned int srv_auto_extend_increment = 8;
142
142
UNIV_INTERN ulint*      srv_data_file_is_raw_partition = NULL;
143
143
 
144
144
/* If the following is TRUE we do not allow inserts etc. This protects