~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2010-04-17 19:30:18 UTC
  • mfrom: (1471.3.5 drizzled-as-lib)
  • Revision ID: brian@gaz-20100417193018-knv47o35k146bnow
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#include "drizzled/global_charset_info.h"
52
52
#include "drizzled/pthread_globals.h"
53
53
#include "drizzled/internal/iocache.h"
 
54
#include "drizzled/drizzled.h"
54
55
#include "drizzled/plugin/authorization.h"
55
56
 
56
57
using namespace std;
60
61
 
61
62
extern bool volatile shutdown_in_progress;
62
63
 
63
 
bool drizzle_rm_tmp_tables();
64
 
 
65
64
/**
66
65
  @defgroup Data_Dictionary Data Dictionary
67
66
  @{