~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

  • Committer: Monty Taylor
  • Date: 2009-03-26 08:22:57 UTC
  • mto: (968.2.25 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090326082257-prliu70n35f2okqe
Moved flags into private area.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
  StorageEngine **engine= static_cast<StorageEngine **>(p);
161
161
 
162
162
  ArchiveEngine *archive_engine= new ArchiveEngine(engine_name);
163
 
  archive_engine->flags= HTON_NO_FLAGS;
164
163
 
165
164
  *engine= archive_engine;
166
165