~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Monty Taylor
  • Date: 2008-10-29 21:21:57 UTC
  • mto: (520.4.26 devel)
  • mto: This revision was merged to the branch mainline in revision 570.
  • Revision ID: monty@inaugust.com-20081029212157-y3127au8tj1jxfal
Moved a bunch of crap out of common_includes.
Killed innodb_plugin_extras.h.
Made kittens happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <drizzled/error.h>
22
22
#include <drizzled/nested_join.h>
23
23
#include <drizzled/query_id.h>
 
24
#include <drizzled/data_home.h>
24
25
 
25
26
/**
26
27
  @defgroup Runtime_Environment Runtime Environment
27
28
  @{
28
29
*/
29
30
 
30
 
 
 
31
extern const CHARSET_INFO *character_set_filesystem;
31
32
const char *any_db="*any*";     // Special symbol for check_access
32
33
 
33
34
const LEX_STRING command_name[COM_END+1]={