~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/insert_value.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    return arg->walk(processor, walk_subquery, args) ||
57
57
            (this->*processor)(args);
58
58
  }
59
 
  bool check_vcol_func_processor(unsigned char *)
60
 
  { return true; }
61
59
};
62
60
 
63
61
#endif /* DRIZZLED_ITEM_INSERT_VALUE_H */