~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/int.cc

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  return str;
58
58
}
59
59
 
60
 
void Item_int::print(String *str, enum_query_type)
 
60
void Item_int::print(String *str)
61
61
{
62
62
  // my_charset_bin is good enough for numbers
63
63
  str_value.set(value, &my_charset_bin);