1470
1470
("max-join-size", po::value<uint32_t>(&max_join_size)->default_value(1000000L),
1471
1471
_("Automatic limit for rows in a join when using --safe-updates"))
1474
1476
po::options_description client_options(_("Options specific to the client"));
1475
1477
client_options.add_options()
1476
1478
("host,h", po::value<string>(¤t_host)->default_value("localhost"),