~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.h

  • Committer: Monty Taylor
  • Date: 2009-03-24 17:33:03 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324173303-va856e49yqgvmrde
Moved handlerton to plugin/storage_engine.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_SQL_ERROR_H
22
22
 
23
23
#include <drizzled/sql_alloc.h>
24
 
#include <drizzled/handlerton.h>
 
24
#include <drizzled/plugin/storage_engine.h>
25
25
 
26
26
class DRIZZLE_ERROR: public Sql_alloc
27
27
{