~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2009-12-06 22:57:37 UTC
  • mfrom: (1238.1.6 push)
  • Revision ID: brian@gaz-20091206225737-mf0algeqvx1ykg2f
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
using namespace std;
33
33
 
34
 
static const string engine_name("ARCHIVE");
35
 
 
36
34
/*
37
35
  First, if you want to understand storage engines you should look at
38
36
  ha_example.cc and ha_example.h.