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
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
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
.
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
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
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