Commit b5c05056 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-23783 Get rid of FreeConsole() call on mariadbd startup

parent 46fab5b3
......@@ -5542,13 +5542,6 @@ int mysqld_main(int argc, char **argv)
init_ssl();
network_init();
#ifdef _WIN32
if (!opt_console)
{
FreeConsole(); // Remove window
}
#endif
#ifdef WITH_WSREP
// Recover and exit.
if (wsrep_recovery)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment