mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
minor post review fixes
This commit is contained in:
@ -49,8 +49,8 @@ int Instance::start()
|
||||
exit(0); /* parent goes bye-bye */
|
||||
else
|
||||
{
|
||||
execv(options.mysqld_path, options.argv);
|
||||
exit(1);
|
||||
execv(options.mysqld_path, options.argv);
|
||||
exit(1);
|
||||
}
|
||||
case -1:
|
||||
return ER_CANNOT_START_INSTANCE;
|
||||
|
Reference in New Issue
Block a user