~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

  • Committer: Monty Taylor
  • Date: 2008-07-04 13:45:27 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: monty@inaugust.com-20080704134527-ogxwoleklmc75099
Updated everything that needs updating to compile with -std=gnu99 -pedantic 

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        innobase_lock_wait_timeout, innobase_force_recovery,
109
109
        innobase_open_files, innobase_autoinc_lock_mode;
110
110
 
111
 
static long long innobase_buffer_pool_size, innobase_log_file_size;
 
111
static int64_t innobase_buffer_pool_size, innobase_log_file_size;
112
112
 
113
113
/* The default values for the following char* start-up parameters
114
114
are determined in innobase_init below: */