~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/null.h

  • Committer: Monty Taylor
  • Date: 2010-12-26 01:32:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226013211-c1tx52h7evovmijg
fixed dict and eval.

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 type::Decimal *)
 
73
  int store_decimal(const my_decimal *)
74
74
  {
75
75
    null[0]= 1;
76
76
    return 0;
87
87
  {
88
88
    return 0;
89
89
  }
90
 
  type::Decimal *val_decimal(type::Decimal *)
 
90
  my_decimal *val_decimal(my_decimal *)
91
91
  {
92
92
    return 0;
93
93
  }