Re: Is there a way to "capture" a specific error code?
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
Subject
Written By
Posted
November 17, 2015 07:08PM
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.