Re: Prepared Statements in Stored Procedures.

2005-06-15 Thread Paul DuBois
At 14:57 +0100 6/15/05, Rob Hall wrote: I've been playing around with stored procedures and I seem to be able to consistantly crash msqld but I'm unsure wether it's because I'm doing something I shouldn't (SP newbie :]) or wether the issue's a bug in mysql. I know I'm 'pushing my luck' with the

Re: Prepared Statements in Stored Procedures.

2005-06-15 Thread Gleb Paharenko
Hello. I suggest you to check your procedure on the latest bk source, and if the server keeps crashing report a bug. Rob Hall <[EMAIL PROTECTED]> wrote: > I've been playing around with stored procedures and I seem to be able to=20 > consistantly crash msqld but I'm unsure wether it's bec

Re: Prepared Statements in Stored Procedures.

2005-06-15 Thread Rob Hall
On Wednesday 15 June 2005 15:10, Martijn Tonies wrote: > Hi Rob, > > > I've been playing around with stored procedures and I seem to be able to > > consistantly crash msqld but I'm unsure wether it's because I'm doing > > something I shouldn't (SP newbie :]) or wether the issue's a bug in > > mysql

Re: Prepared Statements in Stored Procedures.

2005-06-15 Thread Martijn Tonies
Hi Rob, > I've been playing around with stored procedures and I seem to be able to > consistantly crash msqld but I'm unsure wether it's because I'm doing > something I shouldn't (SP newbie :]) or wether the issue's a bug in mysql. > > I know I'm 'pushing my luck' with the code below but I was tr