Re: Innodb - next key locking

2004-05-13 Thread Heikki Tuuri
Hi! - Original Message - From: mayuran [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Wednesday, May 12, 2004 7:56 PM Subject: Innodb - next key locking I have a perl script which fork()'s many children and each child is updating a table, and each child is inserting

Innodb - next key locking

2004-05-12 Thread mayuran
I have a perl script which fork()'s many children and each child is updating a table, and each child is inserting/updating DIFFERENT rows - I split up the work so that no two children try to update the same row so that no child has to wait for any locks to be released. The problem is, I am