~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/null.h

  • Committer: Brian Aker
  • Date: 2008-07-28 03:45:43 UTC
  • mfrom: (212.1.8 codestyle)
  • Revision ID: brian@tangent.org-20080728034543-qulvxdig8powjsj1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    :Field_str(ptr_arg, len_arg, null, 1,
37
37
               unireg_check_arg, field_name_arg, cs)
38
38
    {}
39
 
  enum_field_types type() const { return MYSQL_TYPE_NULL;}
 
39
  enum_field_types type() const { return DRIZZLE_TYPE_NULL;}
40
40
  int  store(const char *to __attribute__((unused)),
41
41
             uint length __attribute__((unused)),
42
42
             CHARSET_INFO *cs __attribute__((unused)))