MySQL Forums
Forum List  »  MySQL Administrator

Re: select into outfile works in 32bit, not in 64bit
Posted by: Martin Sloan
Date: February 11, 2011 01:29PM

After some playing around I think I've solved this. I'm not sure why the original code specified '\N' for the FIELDS ESCAPED BY parm, I believe it should have always been just '\'. I did some tests with this as the parm and it works on both systems (32 and 64), and seems to be functionally identical.

I'm assuming the problem I was running into is that the 32 bit code accepts a longer string, and maybe only uses the first character, however the 64 bit code will only accept a single character.

Anyway, this issue seems to be resolved for me. I hope someone else finds this post useful.

Options: ReplyQuote


Subject
Written By
Posted
Re: select into outfile works in 32bit, not in 64bit
February 11, 2011 01:29PM


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.