*** client/mysql_install_db.cc.orig 2014-11-24 16:52:38.484506511 +0900 --- client/mysql_install_db.cc 2014-11-24 17:33:44.026521977 +0900 *************** *** 104,110 **** " message file and the file for populating the help tables.", &opt_srcdir, 0, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"basedir", 0, "The path to the MySQL installation directory.", ! &opt_basedir, 0, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"datadir", 0, "The path to the MySQL data directory.", &opt_datadir, 0, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"login-path", 0, "Set the credential category to use with the MySQL password" --- 104,110 ---- " message file and the file for populating the help tables.", &opt_srcdir, 0, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"basedir", 0, "The path to the MySQL installation directory.", ! &opt_basedir, 0, 0, GET_STR_ALLOC, REQUIRED_ARG, (longlong) "./", 0, 0, 0, 0, 0}, {"datadir", 0, "The path to the MySQL data directory.", &opt_datadir, 0, 0, GET_STR_ALLOC, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"login-path", 0, "Set the credential category to use with the MySQL password"