MySQL Forums
Forum List  »  Stored Procedures

can not create SP on 5.0.11
Posted by: Chagh
Date: August 27, 2005 07:29AM

hi all,
In MySQL 5.0.11 on Win xp using service pack 2, i tried to ceate an stored procedure. the code of this SP is:
"create procedure setest2 ()
begin
select * from test ;
end
"
but it gave me this error :
"mysqld-nt.exe application error:
The instruction at "0x0052e646" referenced memory at "0x20202020". the memory could not be read."
and MySQL server stops and can not restart by itself.
What is this error for and what should i do? is this a bug or not?

Thanks in advance
Chagh

Options: ReplyQuote


Subject
Views
Written By
Posted
can not create SP on 5.0.11
2835
August 27, 2005 07:29AM
1752
August 30, 2005 07:40AM
1941
September 05, 2005 03:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.