~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.h

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
16
 
17
 
#pragma once
 
17
#ifndef PLUGIN_MYISAM_HA_MYISAM_H
 
18
#define PLUGIN_MYISAM_HA_MYISAM_H
18
19
 
19
20
#include <drizzled/cursor.h>
20
21
#include <drizzled/thr_lock.h>
95
96
  drizzled::key_map keys_with_parts;
96
97
};
97
98
 
 
99
#endif /* PLUGIN_MYISAM_HA_MYISAM_H */