Re: Is there a way to "capture" a specific error code?
Posted by: Milosz Bodzek
Date: December 09, 2015 05:42AM

Hi!

You can check last command exit code by examine variable $? f.e.
echo $?
just after you call copytables (you must do it in command line or inside script).

Regards,

--
Milosz Bodzek
MySQL Developer Tools

Options: ReplyQuote


Subject
Written By
Posted
Re: Is there a way to "capture" a specific error code?
December 09, 2015 05:42AM


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.