Bug #38026 | crash in maria code after multiple OR conditions are put in where clause | ||
---|---|---|---|
Submitted: | 10 Jul 2008 17:19 | Modified: | 26 Sep 2008 10:13 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Maria storage engine | Severity: | S1 (Critical) |
Version: | 6.0.6, 6.0.8, 5.1.25-maria | OS: | Any |
Assigned to: | Assigned Account | 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
[10 Jul 2008 17:31]
Shane Bester
[16 Jul 2008 21:43]
Oleksandr Byelkin
It is right test suite script to repeat the bug for sure (without different connection it shows other valgrind problems)
Attachment: test.test (text/plain), 65.77 KiB.