~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/archive_engine.h

  • Committer: mordred
  • Date: 2010-04-20 00:00:46 UTC
  • mfrom: (1471.5.3 more-valgrind)
  • mto: This revision was merged to the branch mainline in revision 1498.
  • Revision ID: mordred@orisndriz09-20100420000046-263x5hazl0huw8u3
MergedĀ inĀ more-valgrind.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
public:
65
65
  ArchiveEngine() :
66
66
    drizzled::plugin::StorageEngine("ARCHIVE",
67
 
                                    drizzled::HTON_FILE_BASED |
68
67
                                    drizzled::HTON_STATS_RECORDS_IS_EXACT |
69
68
                                    drizzled::HTON_HAS_RECORDS),
70
69
    archive_open_tables()