Bug #30503 | Aggregate UDF broken; grouping undone if used as function argument | ||
---|---|---|---|
Submitted: | 20 Aug 2007 8:13 | Modified: | 29 Feb 2008 14:55 |
Reporter: | Roland Bouman | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: User-defined functions ( UDF ) | Severity: | S2 (Serious) |
Version: | 5.0.45,5.1.20, 5.1.19 | OS: | Linux (Kubuntu Feisty) |
Assigned to: | Jess Balint | CPU Architecture: | Any |
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
[20 Aug 2007 8:13]
Roland Bouman
[20 Aug 2007 8:16]
Roland Bouman
tar.gz contains C source, SQL to install the UDF, linux x86 binary, and Makefile (please edit for your system)
Attachment: lib_mysqludf_str.tar.gz (application/x-gzip, text), 4.92 KiB.