MySQL Forums
Forum List  »  Newbie

When error 1053 is used???
Posted by: Eric Her
Date: June 29, 2005 05:57AM

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
When error 1053 is used???
June 29, 2005 05:57AM


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.