~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/row.h

  • Committer: Brian Aker
  • Date: 2008-12-04 19:04:01 UTC
  • Revision ID: brian@tangent.org-20081204190401-0aatrta3mo36swbk
Next pass through attribute.

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