~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/diagnostics_area.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-15 20:03:35 UTC
  • mto: (2239.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2240.
  • Revision ID: olafvdspek@gmail.com-20110315200335-hgrhrflw2nj1lxgr
Refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#pragma once
21
21
 
22
 
namespace drizzled
23
 
{
 
22
#include <drizzled/base.h>
 
23
#include <drizzled/error_t.h>
 
24
 
 
25
namespace drizzled {
 
26
 
 
27
class Session;
24
28
 
25
29
/**
26
30
  Stores status of the currently executed statement.