Bug #35724 | Non-found left join data passed as a parameter to a function in WHERE | ||
---|---|---|---|
Submitted: | 31 Mar 2008 22:24 | Modified: | 4 Mar 2009 18:42 |
Reporter: | Tomas Valenta | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S2 (Serious) |
Version: | MySQL 5.0.51a-community-nt, 5.1, 6.0 BK | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, functions, join, null, Parameter, stored procedures, where |
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
[4 Mar 2009 12:15]
Bugs System
[4 Mar 2009 12:16]
Bugs System
Bug #35724 Patch(2 of 8)
Attachment: lex.h (text/x-chdr), 22.74 KiB.
[4 Mar 2009 12:17]
Bugs System
Bug #35724 Patch(3 of 8)
Attachment: sql_lex.h (text/x-chdr), 58.58 KiB.
[4 Mar 2009 12:18]
Bugs System
Bug #35724 Patch(4 of 8)
Attachment: sql_yacc.yy (application/octet-stream, text), 417.93 KiB.
[4 Mar 2009 12:19]
Bugs System
Bug #35724 Patch(5 of 8)
Attachment: item_func.h (text/x-chdr), 48.22 KiB.
[4 Mar 2009 12:20]
Bugs System
Bug #35724 Patch(6 of 8)
Attachment: item_func.cc (text/x-c++src), 155.41 KiB.
[4 Mar 2009 12:21]
Bugs System
Bug #35724 Patch(7 of 8)
Attachment: sp.h (text/x-chdr), 3.88 KiB.
[4 Mar 2009 12:21]
Bugs System
Bug #35724 Patch(8 of 8)
Attachment: sp.cc (text/x-c++src), 61.27 KiB.
[5 Mar 2009 11:28]
Bugs System
Revised Patch (6 of 8), please discard the previous patch (6 of 8).
Attachment: item_func.cc (text/x-c++src), 155.43 KiB.