~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Mark Atwood
  • Date: 2011-07-13 22:28:29 UTC
  • mfrom: (2318.7.25 refactor1)
  • Revision ID: me@mark.atwood.name-20110713222829-sswp061b5ts7tc1k
mergeĀ lp:~olafvdspek/drizzle/refactor1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5098
5098
 
5099
5099
  if (vm.count("protocol"))
5100
5100
  {
5101
 
    std::transform(opt_protocol.begin(), opt_protocol.end(),
5102
 
      opt_protocol.begin(), ::tolower);
5103
 
 
 
5101
    boost::to_lower(opt_protocol);
5104
5102
    if (not opt_protocol.compare("mysql"))
5105
5103
      use_drizzle_protocol=false;
5106
5104
    else if (not opt_protocol.compare("drizzle"))