~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Brian Aker
  • Date: 2009-05-15 01:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515014727-shmtwpeisru443qs
Once again... removed vcol code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
class Field;
42
42
 
43
43
void dummy_error_processor(Session *session, void *data);
44
 
void view_error_processor(Session *session, void *data);
45
44
 
46
45
 
47
46
/*************************************************************************/
510
509
  virtual bool register_field_in_read_map(unsigned char *arg);
511
510
  virtual bool subst_argument_checker(unsigned char **arg);
512
511
 
513
 
  /*
514
 
    Check if an expression/function is allowed for a virtual column
515
 
    SYNOPSIS
516
 
      check_vcol_func_processor()
517
 
      arg is just ignored
518
 
    RETURN VALUE
519
 
      TRUE                           Function not accepted
520
 
      FALSE                          Function accepted
521
 
  */
522
 
  virtual bool check_vcol_func_processor(unsigned char *arg);
523
512
  virtual Item *equal_fields_propagator(unsigned char * arg);
524
513
  virtual bool set_no_const_sub(unsigned char *arg);
525
514
  virtual Item *replace_equal_field(unsigned char * arg);