Re: Log querys from stored procedure

2009-05-03 Thread Shawn Green
Hello Mauricio, Mauricio Tellez wrote: Hi, I'm trying to debug a stored procedure. This SP has a few queries and also call another SP. I'm starting mysql with the --log=my_queries.log but I found that mysql only log the "call my_sp(param1, param2)" but don't log any query inside my_sp neither lo

Log querys from stored procedure

2009-04-29 Thread Mauricio Tellez
Hi, I'm trying to debug a stored procedure. This SP has a few queries and also call another SP. I'm starting mysql with the --log=my_queries.log but I found that mysql only log the "call my_sp(param1, param2)" but don't log any query inside my_sp neither log the nested SP call. By the way, how can