Brian Aker wrote: > Hi! > > On Apr 18, 2009, at 9:00 AM, Paul McCullagh wrote: > >> drizzle> shutdown; >> >> Saves having to leave the client or start another terminal to shutdown >> the server. > > There are two was to do that... either we do it via grabbing the command > locally and send the right com packet... or we just add it the parser > and make it so that any client can send it.
I would be a fan of grabbing it as a command and sending the packet - I don't think there's any need to have a second way in the protocol (text string to be processed) to do this. If client libs want to do it, they can send COM_SHUTDOWN Monty _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

