~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Stewart Smith
  • Date: 2010-02-10 23:23:40 UTC
  • mfrom: (1283.9.1)
  • mto: (1283.11.1)
  • mto: This revision was merged to the branch mainline in revision 1449.
  • Revision ID: stewart@flamingspork.com-20100210232340-m4rx1fnioozehjvt
Merged innodb-not-static into embedded-innodb-init.

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