~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2008-08-12 03:12:57 UTC
  • Revision ID: brian@tangent.org-20080812031257-ln3uk87y1r22byeg
First pass of new sql_db.cc work

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#ifndef _my_plugin_h
17
17
#define _my_plugin_h
18
18
 
 
19
#include <drizzled/global.h>
 
20
 
19
21
#ifdef __cplusplus
20
22
class THD;
21
23
class Item;
24
26
#define MYSQL_THD void*
25
27
#endif
26
28
 
27
 
#include <stdint.h>
28
29
 
29
30
#ifndef _m_string_h
30
31
/* This definition must match the one given in m_string.h */