~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-10-30 05:49:59 UTC
  • mfrom: (520.4.29 devel)
  • Revision ID: brian@tangent.org-20081030054959-7tlt3rxzbtl1lyin
Merge Monty's work.

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]={