~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-22 12:20:45 UTC
  • mto: (2245.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: olafvdspek@gmail.com-20110322122045-jhgwo70s4jv1y80x
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
#include <drizzled/session.h>
61
61
#include <drizzled/item/subselect.h>
62
62
#include <drizzled/sql_lex.h>
63
 
 
64
63
#include <drizzled/refresh_version.h>
 
64
#include <drizzled/catalog/local.h>
65
65
 
66
66
using namespace std;
67
67
 
68
 
namespace drizzled
69
 
{
 
68
namespace drizzled {
70
69
 
71
70
extern bool volatile shutdown_in_progress;
72
71