~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Nathan Williams
  • Date: 2009-06-24 19:16:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1082.
  • Revision ID: nathanlws@gmail.com-20090624191657-20dgaeuk12rjcplz
The remaining files using cmax have been converted to std::max.

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
    field_list.push_back(new Item_empty_string("Table",NAME_CHAR_LEN));
366
366
    // 1024 is for not to confuse old clients
367
367
    field_list.push_back(new Item_empty_string("Create Table",
368
 
                                               cmax(buffer.length(),(uint32_t)1024)));
 
368
                                               max(buffer.length(),(uint32_t)1024)));
369
369
  }
370
370
 
371
371
  if (protocol->sendFields(&field_list,