~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/name_resolution_context.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:
21
21
#define DRIZZLED_NAME_RESOLUTION_CONTEXT_H
22
22
 
23
23
class TableList;
24
 
class SecurityContext;
 
24
class Security_context;
25
25
class Session;
26
26
class st_select_lex;
27
27