~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/connection_id.h

  • Committer: Monty Taylor
  • Date: 2008-10-13 10:14:09 UTC
  • mfrom: (383.7.6 drizzle-virtual-columns)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013101409-aszm0nonww0f07zd
Merged in Virtual Column work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  void fix_length_and_dec();
34
34
  bool fix_fields(THD *thd, Item **ref);
35
35
  int64_t val_int() { assert(fixed == 1); return value; }
 
36
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
 
37
  { return true; }
 
38
 
36
39
};
37
40
 
38
41
#endif /* DRIZZLED_FUNCTIONS_CONNECTION_ID_H */