~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

Merge Nathan

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
    field_list.push_back(new Item_empty_string("Table",NAME_CHAR_LEN));
280
280
    // 1024 is for not to confuse old clients
281
281
    field_list.push_back(new Item_empty_string("Create Table",
282
 
                                               cmax(buffer.length(),(uint32_t)1024)));
 
282
                                               max(buffer.length(),(uint32_t)1024)));
283
283
  }
284
284
 
285
285
  if (protocol->sendFields(&field_list,