~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/connection_id.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:
33
33
  void fix_length_and_dec();
34
34
  bool fix_fields(Session *session, Item **ref);
35
35
  int64_t val_int() { assert(fixed == 1); return value; }
36
 
  bool check_vcol_func_processor(unsigned char *)
37
 
  { return true; }
38
36
};
39
37
 
40
38
#endif /* DRIZZLED_FUNCTION_CONNECTION_ID_H */