~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Monty Taylor
  • Date: 2008-11-17 07:23:53 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081117072353-tc8ykdsycno0cc5u
Split out a little more code. Removed table_list.h from common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/sql_udf.h>
28
28
#include <drizzled/name_resolution_context.h>
29
29
#include <drizzled/item/subselect.h>
 
30
#include <drizzled/table_list.h>
30
31
 
31
32
class select_result_interceptor;
32
33
/* YACC and LEX Definitions */