~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
937
937
 
938
938
  void cleanup_after_one_table_open();
939
939
 
940
 
  bool push_context(Name_resolution_context *context)
 
940
  void push_context(Name_resolution_context *context)
941
941
  {
942
 
    return context_stack.push_front(context);
 
942
    context_stack.push_front(context);
943
943
  }
944
944
 
945
945
  void pop_context()