~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/uint.cc

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  return str;
48
48
}
49
49
 
50
 
void Item_uint::print(String *str, enum_query_type)
 
50
void Item_uint::print(String *str)
51
51
{
52
52
  // latin1 is good enough for numbers
53
53
  str_value.set((uint64_t) value, default_charset());