~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/null.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
class Field_null :public Field_str {
31
31
  static unsigned char null[1];
32
32
public:
 
33
 
 
34
  using Field::store;
 
35
  using Field::val_str;
 
36
  using Field::cmp;
 
37
 
33
38
  Field_null(unsigned char *ptr_arg, uint32_t len_arg,
34
39
             enum utype unireg_check_arg, const char *field_name_arg,
35
40
             const CHARSET_INFO * const cs)