1
0
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:
petr@mysql.com
2004-11-15 14:53:30 +03:00
parent 4f62e8b9d6
commit d2115d133d
7 changed files with 17 additions and 20 deletions

View File

@ -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;
}