~vlad-lesin/percona-playback/session_init_query

« back to all changes in this revision

Viewing changes to percona_playback/percona_playback.cc

  • Committer: Stewart Smith
  • Date: 2012-07-05 07:37:39 UTC
  • Revision ID: stewart@flamingspork.com-20120705073739-zxy4aqdmf8e25fi9
Tags: percona-playback-0.3
disable --loop and --query-log-read-count as they weren't fully implemented

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
  general_options.add_options()
143
143
    ("help",    _("Display this message"))
144
144
    ("version", _("Display version information"))
 
145
    /* We will re-enable this "soon"
145
146
    ("loop", po::value<unsigned int>(), _("Do the whole run N times"))
 
147
    */
146
148
    ;
147
149
 
148
150
  po::options_description db_options("Database Options");