~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/int64_t.cc

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
#endif
161
161
    int64_tget(j,ptr);
162
162
 
163
 
  length=(uint) (cs->cset->int64_t10_to_str)(cs,to,mlength, -10, j);
 
163
  length=(uint32_t) (cs->cset->int64_t10_to_str)(cs,to,mlength, -10, j);
164
164
  val_buffer->length(length);
165
165
 
166
166
  return val_buffer;