~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Monty Taylor
  • Date: 2011-03-08 06:21:17 UTC
  • mfrom: (2223.1.3 build)
  • Revision ID: mordred@inaugust.com-20110308062117-4i2syq1gqtmcmcyk
Merge Olaf - XID and Dynamic_array refactoring
Merge Andrew - Optimizer bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include <drizzled/lex_string.h>
33
33
#include <drizzled/sys_var.h>
34
 
#include <drizzled/xid.h>
35
34
 
36
35
#include <drizzled/visibility.h>
37
36
 
38
 
namespace drizzled
39
 
{
 
37
namespace drizzled {
40
38
 
41
39
class Session;
42
40
class Item;