MySQL Forums
Forum List  »  Stored Procedures

Re: Stored Procedure Insert executing twice??????
Posted by: Rick James
Date: July 26, 2015 08:54AM

Let's see the
CALL spInitialZoneCreation();
and some of the code around that CALL.

Are there any TRIGGERs on the tables?
Is anything a VIEW?

(There is nothing obvious in the definition that would lead to double-execution.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Stored Procedure Insert executing twice??????
1445
July 26, 2015 08:54AM


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.