mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Various post-review fixes
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
|
||||
#include "instance.h"
|
||||
#include "mysql_manager_error.h"
|
||||
#include "log.h"
|
||||
#include <my_sys.h>
|
||||
#include <signal.h>
|
||||
#include <m_string.h>
|
||||
@ -43,6 +44,7 @@ int Instance::start()
|
||||
|
||||
if (!is_running())
|
||||
{
|
||||
log_info("trying to start instance %s", options.instance_name);
|
||||
switch (fork()) {
|
||||
case 0:
|
||||
if (fork()) /* zombie protection */
|
||||
|
Reference in New Issue
Block a user