~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-22 13:44:06 UTC
  • mto: This revision was merged to the branch mainline in revision 2414.
  • Revision ID: olafvdspek@gmail.com-20110822134406-r6z3npv2pqk239qz
Remove keycache

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#pragma once
19
19
 
20
20
#include <drizzled/common_fwd.h>
21
 
 
22
21
#include <drizzled/key_map.h>
23
 
 
24
22
#include <drizzled/base.h>
25
 
#ifndef _keycache_h
26
 
#include "keycache.h"
27
 
#endif
28
23
#include <plugin/myisam/my_handler.h>
29
24
#include <drizzled/internal/iocache.h>
30
25