887
901
"Detach (close and re open) connections after X number of requests")
888
902
("engine ,e",po::value<string>(&default_engine)->default_value(""),
889
903
"Storage engien to use for creating the table")
890
("host,h",po::value<string>(&host)->default_value(""),"Connect to the host")
904
("host,h",po::value<string>(&host)->default_value("localhost"),"Connect to the host")
891
905
("iterations,i",po::value<uint32_t>(&iterations)->default_value(1),
892
906
"Number of times to run the tests")
893
907
("label",po::value<string>(&opt_label)->default_value(""),