@@ -106,7 +106,7 @@ static struct my_option my_long_options[] =
106106 & default_charset , 0 , GET_STR , REQUIRED_ARG , 0 , 0 , 0 , 0 , 0 , 0 },
107107 {"default_auth" , OPT_DEFAULT_AUTH ,
108108 "Default authentication client-side plugin to use." ,
109- ( uchar * * ) & opt_default_auth , ( uchar * * ) & opt_default_auth , 0 ,
109+ & opt_default_auth , & opt_default_auth , 0 ,
110110 GET_STR , REQUIRED_ARG , 0 , 0 , 0 , 0 , 0 , 0 },
111111 {"fast" ,'F' , "Check only tables that haven't been closed properly." ,
112112 & opt_fast , & opt_fast , 0 , GET_BOOL , NO_ARG , 0 , 0 , 0 , 0 , 0 ,
@@ -146,7 +146,7 @@ static struct my_option my_long_options[] =
146146 NO_ARG , 0 , 0 , 0 , 0 , 0 , 0 },
147147#endif
148148 {"plugin_dir" , OPT_PLUGIN_DIR , "Directory for client-side plugins." ,
149- ( uchar * * ) & opt_plugin_dir , ( uchar * * ) & opt_plugin_dir , 0 ,
149+ & opt_plugin_dir , & opt_plugin_dir , 0 ,
150150 GET_STR , REQUIRED_ARG , 0 , 0 , 0 , 0 , 0 , 0 },
151151 {"port" , 'P' , "Port number to use for connection or 0 for default to, in "
152152 "order of preference, my.cnf, $MYSQL_TCP_PORT, "
0 commit comments