~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Monty Taylor
  • Date: 2010-08-17 02:54:36 UTC
  • mfrom: (1711.1.7 build)
  • Revision ID: mordred@inaugust.com-20100817025436-iuuqihjal6ubyffy
boost::program_options for InnoDB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5360
5360
{
5361
5361
  if (in_opt_max_connect_retries > 10000 || opt_max_connect_retries<1)
5362
5362
  {
5363
 
    cout<<N_("Error: Invalid Value for opt_max_connect_retries"); 
 
5363
    cout << N_("Error: Invalid Value for opt_max_connect_retries"); 
5364
5364
    exit(-1);
5365
5365
  }
5366
5366
  opt_max_connect_retries= in_opt_max_connect_retries;
5370
5370
{
5371
5371
  if (in_opt_tail_lines > 10000)
5372
5372
  {
5373
 
    cout<<N_("Error: Invalid Value for opt_tail_lines"); 
 
5373
    cout << N_("Error: Invalid Value for opt_tail_lines"); 
5374
5374
    exit(-1);
5375
5375
  }
5376
5376
  opt_tail_lines= in_opt_tail_lines;