We have developed one web-based application. We are running it on our intranet for 1 year. Now we are in process of writing events. We are calling stored procedure from events.
The problem is: Mysql doesn't throw any error when event is called but doesn't execute stored procedure which is called from an event.
Application details are: Mysql version is 5.1 Stored procedures are working fine for 1 year.
Need help !!!!