mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Some minor IM fixes
This commit is contained in:
@ -408,7 +408,7 @@ int Stop_instance::execute(struct st_net *net, ulong connection_id)
|
||||
stop_guard(instance);
|
||||
if (err_code= instance->stop())
|
||||
return err_code;
|
||||
|
||||
printf("instance was stopped\n");
|
||||
net_send_ok(net, connection_id);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user