MySQL Forums
Forum List  »  Stored Procedures

Re: Mysql 8.0 crash while calling stored proc
Posted by: Peter Brawley
Date: March 06, 2021 12:28PM

in 8.0.23 on win10 ...

call testsp;
+----------------------------------+
| pw_hash                          |
+----------------------------------+
| 0a5eb7dffb7893e29fa4ede8b6a9985d |
+----------------------------------+

Does this also crash?

set @hash = md5( rand() );
select @hash;

Signal 6 usually indicates corruption, so this might be an issue for bugs.mysql.com.



Edited 1 time(s). Last edit at 03/06/2021 12:35PM by Peter Brawley.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysql 8.0 crash while calling stored proc
689
March 06, 2021 12:28PM


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.