~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

Merged up with staging.

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.