MySQL Forums
Forum List  »  General

Re: Bulk Insert Prepared Statement
Posted by: Chris Khan
Date: June 16, 2009 02:55PM

I came to the conclusion that it's most likely a bug in 6.0. I tried it in 5.0 and it worked perfectly. Here is my bug: http://bugs.mysql.com/bug.php?id=45512.

I use Plan B for certain situations, but it's not acceptable in this case. I was beginning to think Plan A was going to be my only option, but I wasn't quite prepared to accept that as a solution. I already felt like I was making concessions with 1k rows.

In the case that I did legitimately exceed some server memory limit, could you possibly point me to the server variable responsible for that limit? It's only ~2MB worth of variables and inserted data at most, and it worked in 5.0.

Options: ReplyQuote


Subject
Written By
Posted
Re: Bulk Insert Prepared Statement
June 16, 2009 02:55PM


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.