~jaypipes/drizzle/new-test-runner

« back to all changes in this revision

Viewing changes to drizzled/item/row.h

  • Committer: Jay Pipes
  • Date: 2008-12-11 17:52:34 UTC
  • mfrom: (482.16.152 testable)
  • Revision ID: jpipes@serialcoder-20081211175234-uqsfvmgxejvmellq
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  bool check_cols(uint32_t c);
85
85
  bool null_inside() { return with_null; };
86
86
  void bring_value();
87
 
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
 
87
  bool check_vcol_func_processor(unsigned char *)
88
88
  { return false; }
89
89
};
90
90