Bug #24847 | MySQL Server crashes on query with custom functions | ||
---|---|---|---|
Submitted: | 6 Dec 2006 10:02 | Modified: | 12 Dec 2006 9:35 |
Reporter: | Tobias Schlatter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: User-defined functions ( UDF ) | Severity: | S3 (Non-critical) |
Version: | 5.0.30-Debian_0.dotdeb.1 | OS: | Linux (Debian Linux 2.4.27-2-386) |
Assigned to: | Sveta Smirnova | 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
[6 Dec 2006 10:03]
Tobias Schlatter
[6 Dec 2006 10:08]
Tobias Schlatter
Output of mysqld_safe
Attachment: my.log (application/octet-stream, text), 791 bytes.
[6 Dec 2006 10:16]
Tobias Schlatter
Output of mysqld (stdout and stderr)
Attachment: mysql.log (application/octet-stream, text), 2.57 KiB.
[6 Dec 2006 10:16]
Tobias Schlatter
Resolved stack trace
Attachment: mysql.res (application/octet-stream, text), 1.45 KiB.
[6 Dec 2006 10:17]
Tobias Schlatter
explain of query
Attachment: explain (application/octet-stream, text), 468 bytes.
[6 Dec 2006 10:22]
Tobias Schlatter
Table structure dump
Attachment: t_dump (application/octet-stream, text), 1.18 KiB.
[7 Dec 2006 7:26]
Tobias Schlatter
Source file for mysql
Attachment: steuern_ch.c (application/octet-stream, text), 8.47 KiB.
[7 Dec 2006 7:26]
Tobias Schlatter
Header file
Attachment: steuern_ch.h (application/octet-stream, text), 4.56 KiB.