Bug #117045 | In function, binay cmp does not effect | ||
---|---|---|---|
Submitted: | 25 Dec 2024 9:49 | Modified: | 2 Jan 9:07 |
Reporter: | ximin liang (OCA) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 9.1.0, 8.0.40 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[25 Dec 2024 9:49]
ximin liang
[26 Dec 2024 6:24]
MySQL Verification Team
Hello ximin liang, Thank you for the report and test case. regards, Umesh
[2 Jan 9:07]
Roy Lyseng
Posted by developer: This is not a bug. The comparison is made based on the expression in the function. An expression passed in a function evaluation are converted to the declaration in the function, thus several properties (like collation) may be ignored.