~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Brian Aker
  • Date: 2010-02-10 18:04:24 UTC
  • mfrom: (1286.1.5 build)
  • Revision ID: brian@gaz-20100210180424-03ypoyifmlc2lgcp
Merge of Brian/Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#ifndef PLUGIN_ARCHIVE_HA_ARCHIVE_H
17
17
#define PLUGIN_ARCHIVE_HA_ARCHIVE_H
18
18
 
19
 
#include <inttypes.h>
20
 
#include <zlib.h>
21
 
#include "azio.h"
22
 
#include <drizzled/thr_lock.h>
23
 
#include <drizzled/my_hash.h>
24
 
#include <drizzled/cursor.h>
25
 
#include <string>
26
 
 
27
19
/*
28
20
  Please read ha_archive.cc first. If you are looking for more general
29
21
  answers on how storage engines work, look at ha_example.cc and