Bug #39629 | Incorrect handling of LAST_INSERT_ID and FOUND_ROWS in rw-splitting.lua | ||
---|---|---|---|
Submitted: | 24 Sep 2008 14:23 | Modified: | 16 Nov 2009 10:53 |
Reporter: | Hristo Erinin | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Proxy: Scripts | Severity: | S2 (Serious) |
Version: | r511 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | Contribution, found_rows, LAST_INSERT_ID, rw-splitting, rw-splitting.lua, sql_calc_found_rows |
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
[24 Sep 2008 14:24]
Hristo Erinin