Bug #114235 | DETERMINISTIC FUNCTIONS can return incorrect results | ||
---|---|---|---|
Submitted: | 6 Mar 2024 5:06 | Modified: | 17 Jun 2024 21:47 |
Reporter: | Yoseph Phillips | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 8.0.22, 8.0.36 | OS: | Any (Windows 2012 R2 Datacenter) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | DETERMINISTIC function, regression |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[7 Mar 2024 6:09]
Yoseph Phillips
[7 Mar 2024 6:10]
Yoseph Phillips
Trace of Working
Attachment: working.txt (text/plain), 18.08 KiB.
[7 Mar 2024 19:59]
Shane Bester
deterministic testcase
Attachment: bug114235_new.sql (application/octet-stream, text), 2.44 KiB.