MySQL Forums
Forum List  »  Newbie

Is error code 1053 only and always related to killing a query
Posted by: Eric Her
Date: June 28, 2005 10:49AM

Hi

The code I am developping is cancelling a SQL SELECT query if the user finds that it's too long. I'd like to display to him that he successfully cancelled it.

Can I rely on the error code 1053 that I receive after I performed a kill process (using the id of the process) ?

The documentation of the error code 1053 says:
SQLSTATE: 08S01 (ER_SERVER_SHUTDOWN) Message: Server shutdown in progress

I am using ConnectorJ...

Thanks
Eric

Options: ReplyQuote


Subject
Written By
Posted
Is error code 1053 only and always related to killing a query
June 28, 2005 10:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.