~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/name_resolution_context_state.h

  • Committer: Mark Atwood
  • Date: 2011-06-24 11:45:17 UTC
  • mfrom: (2318.6.64 rf)
  • Revision ID: me@mark.atwood.name-20110624114517-1mq8no6jlp2nrg7m
mergeĀ lp:~olafvdspek/drizzle/refactor15

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  TableList *save_next_local;
36
36
 
37
37
public:
38
 
 
39
 
  Name_resolution_context_state() {}          /* Remove gcc warning */
40
 
 
41
38
  /* Save the state of a name resolution context. */
42
39
  void save_state(Name_resolution_context *context, TableList *table_list);
43
40