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