~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-08-13 14:57:16 UTC
  • mfrom: (2385.3.6 rf)
  • Revision ID: me@mark.atwood.name-20110813145716-u4om752lt4gdpfc7
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
public:
38
38
  /* Save the state of a name resolution context. */
39
 
  void save_state(Name_resolution_context *context, TableList *table_list);
 
39
  void save_state(Name_resolution_context*, TableList*);
40
40
 
41
41
  /* Restore a name resolution context from saved state. */
42
 
  void restore_state(Name_resolution_context *context, TableList *table_list);
 
42
  void restore_state(Name_resolution_context*, TableList*) const;
43
43
 
44
44
  TableList *get_first_name_resolution_table();
45
45