MySQL Forums
Forum List  »  PHP

Re: Concat Occasionally Drops a Character or Two
Posted by: Jonathan Shaltz
Date: September 27, 2009 10:54AM

Thanks for the reply, Mr. James.

No, not necessarily; as long as I'm uploading small chunks (10KB) it has only been one byte short, but earlier when I was working with larger chunks (800KB) it cut more than one byte on at least one occasion.

Just to be perfectly clear, it's not the case that it's *always* short one byte, so it's not an off-by-one error. The chunks that lose bytes are always the same, so its definitely repeatable.

LOAD_FILE() is not available to me on the production server, it's a shared web host.

- Jonathan

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.