mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove wrong clear of mysql_port when using --skip-show-databases
This commit is contained in:
@ -3807,7 +3807,6 @@ static void get_options(int argc,char **argv)
|
||||
case (int) OPT_SKIP_SHOW_DB:
|
||||
opt_skip_show_db=1;
|
||||
opt_specialflag|=SPECIAL_SKIP_SHOW_DB;
|
||||
mysql_port=0;
|
||||
break;
|
||||
case (int) OPT_MEMLOCK:
|
||||
locked_in_memory=1;
|
||||
|
Reference in New Issue
Block a user