~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/null.h

merged with up to date trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    null[0]= 1;
71
71
    return 0;
72
72
  }
73
 
  int store_decimal(const my_decimal *)
 
73
  int store_decimal(const type::Decimal *)
74
74
  {
75
75
    null[0]= 1;
76
76
    return 0;
87
87
  {
88
88
    return 0;
89
89
  }
90
 
  my_decimal *val_decimal(my_decimal *)
 
90
  type::Decimal *val_decimal(type::Decimal *)
91
91
  {
92
92
    return 0;
93
93
  }