~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Brian Aker
  • Date: 2010-12-24 21:27:54 UTC
  • mto: (2035.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2037.
  • Revision ID: brian@tangent.org-20101224212754-85xvjullymvhibr9
Merge in cast() for BOOLEAN.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
  virtual Item_result result_type () const=0;
240
240
  virtual Item_result cmp_type () const { return result_type(); }
241
241
  virtual Item_result cast_to_int_type () const { return result_type(); }
 
242
 
242
243
  /**
243
244
     Check whether a field type can be partially indexed by a key.
244
245