Bug #64164 | 5.5.16 waits for the query cache even with SQL_NO_CACHE hint | ||
---|---|---|---|
Submitted: | 30 Jan 2012 14:54 | Modified: | 6 Mar 2013 16:50 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Query Cache | Severity: | S3 (Non-critical) |
Version: | 5.5.16 GPL | OS: | Linux (CentOS 5.4 x86_64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | windmill parser query cache |
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
[31 Jan 2012 10:02]
Arnaud Adant
[31 Jan 2012 10:03]
Arnaud Adant
Same file as slap.sql with a space after SQL_NO_CACHE
Attachment: slap_ok.sql (application/octet-stream, text), 4.04 KiB.