~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/string.h

init_read_record_idx return result should be checked now that it checks startIndexScan result.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    assert(fixed == 1);
78
78
    return (String*) &str_value;
79
79
  }
80
 
  my_decimal *val_decimal(my_decimal *);
 
80
  type::Decimal *val_decimal(type::Decimal *);
81
81
  int save_in_field(Field *field, bool no_conversions);
82
82
  enum Item_result result_type () const { return STRING_RESULT; }
83
83
  enum_field_types field_type() const { return DRIZZLE_TYPE_VARCHAR; }