Bug #113536 | A character set error is reported when a stored procedure is used. | ||
---|---|---|---|
Submitted: | 2 Jan 2024 11:55 | Modified: | 3 Jan 2024 12:41 |
Reporter: | Chi Zhang | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0.35 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | character sets |
[2 Jan 2024 11:55]
Chi Zhang
[3 Jan 2024 1:15]
Chi Zhang
If we swap the order in which the stored procedures are called in step 2, no error will be reported. mysql> CALL `proc`('B', @result); Query OK, 0 rows affected (0.01 sec) mysql> CALL `proc`('A', @result); Query OK, 0 rows affected (0.00 sec)
[3 Jan 2024 12:41]
MySQL Verification Team
Hello Chi Zhang, Thank you for the bug report. Imho this is duplicate of Bug #113518, please see Bug #113518. Regards, Ashwini Patil