~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

merge update-innobase-1.1.1 branch (incl fixes for trunk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
    po::options_description commandline_options("Options used only in command line");
437
437
    commandline_options.add_options()
438
438
      ("help,?","Display this help and exit")
439
 
      ("info,i","Gives information and exit")
 
439
      ("info","Gives information and exit")
440
440
      ("burnin",po::value<bool>(&opt_burnin)->default_value(false)->zero_tokens(),
441
441
       "Run full test case in infinite loop")
442
442
      ("ignore-sql-errors", po::value<bool>(&opt_ignore_sql_errors)->default_value(false)->zero_tokens(),