MySQL 5, stored procedure, mysql-slow.log

2007-06-05 Thread Daniel Caune
Hi, Is there any configuration to be setup to get each query of a stored procedure, called by a client, in the mysql-slow.log or mysql.log? For the moment, I just have the stored procedure call in the log file, but I need to trace every SQL statement of this stored procedure. # Time: 07060

Re: MYSQL 5 Stored Procedure

2004-01-07 Thread Peter Brawley
Marc, this SP section of the docs did not come with the 5.0 downlaod, thanks for the url! PB - Original Message - From: Mechain Marc To: Peter Brawley ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 10:09 AM Subject: RE: MYSQL 5 Stored Procedure

RE: MYSQL 5 Stored Procedure

2004-01-07 Thread Mechain Marc
Documentation: http://www.mysql.com/doc/en/Stored_Procedures.html Marc. -Message d'origine- De : Peter Brawley [mailto:[EMAIL PROTECTED] Envoyé : mercredi 7 janvier 2004 16:32 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : Re: MYSQL 5 Stored Procedure Matthew, You need to ru

Re: MYSQL 5 Stored Procedure

2004-01-07 Thread Peter Brawley
. PB - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 5:40 AM Subject: MYSQL 5 Stored Procedure Hello I've installed Mysql 5 and have created a database. When I try and create a stored procedure (using the example in the help) it f

Re: MYSQL 5 Stored Procedure

2004-01-07 Thread Gerald Jensen
Do a search on this list ... this has been covered within the last two weeks several times. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 07, 2004 5:40 AM Subject: MYSQL 5 Stored Procedure > Hello > I've ins

MYSQL 5 Stored Procedure

2004-01-07 Thread matthew.darby
Hello I've installed Mysql 5 and have created a database. When I try and create a stored procedure (using the example in the help) it fails. The online help states that there should be a table called 'procs' in the database for stored procedures to work. I can't see this table. The help says thi