~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

Merge from Dennis Schoen

Show diffs side-by-side

added added

removed removed

Lines of Context:
684
684
  virtual bool register_field_in_read_map(unsigned char *arg);
685
685
  virtual bool subst_argument_checker(unsigned char **arg);
686
686
 
 
687
  virtual bool cache_const_expr_analyzer(unsigned char **arg);
 
688
  virtual Item* cache_const_expr_transformer(unsigned char *arg);
 
689
 
687
690
  virtual Item *equal_fields_propagator(unsigned char * arg);
688
691
  virtual bool set_no_const_sub(unsigned char *arg);
689
692
  virtual Item *replace_equal_field(unsigned char * arg);