1308
1308
po::value<uint64_t>(&global_system_variables.tmp_table_size)->default_value(16*1024*1024L)->notifier(&check_limits_tmp_table_size),
1309
1309
_("If an internal in-memory temporary table exceeds this size, Drizzle will"
1310
1310
" automatically convert it to an on-disk MyISAM table."))
1311
("verbose", po::value<std::string>()->default_value(error::verbose_string())->notifier(&error::check_verbosity),
1313
1315
full_options.add(long_options);