~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2008-08-09 04:59:57 UTC
  • Revision ID: brian@tangent.org-20080809045957-jj053h3g1ewl3rvf
Fixed my_bool issue in options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
                     uchar **frmblob, 
116
116
                     size_t *frmlen);
117
117
 
118
 
static my_bool archive_use_aio= false;
 
118
static bool archive_use_aio= false;
119
119
 
120
120
/*
121
121
  Number of rows that will force a bulk insert.