~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ident.cc

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
}
108
108
 
109
109
 
110
 
void Item_ident::print(String *str,
111
 
                       enum_query_type)
 
110
void Item_ident::print(String *str)
112
111
{
113
112
  string d_name, t_name;
114
113