mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
@ -5044,6 +5044,11 @@ static int init_server_components()
|
||||
help information. Since the implementation of plugin server
|
||||
variables the help output is now written much later.
|
||||
*/
|
||||
#ifdef _WIN32
|
||||
if (opt_console)
|
||||
opt_error_log= false;
|
||||
#endif
|
||||
|
||||
if (opt_error_log && !opt_abort)
|
||||
{
|
||||
if (!log_error_file_ptr[0])
|
||||
|
Reference in New Issue
Block a user