Hello Andres Can you still reproduce the bug in the latest 4.0 or 4.1 version of MySQL?
bye, -christian- > Date: Mon, 11 Oct 2004 21:34:50 -0400 > Subject: mysql-server: InnoDB insert query hangs (race?) > Since switching a database over to InnoDB, I'm seeing some races during > inserts. For example, I have the following bit of ruby code: > > dbh.do('SET AUTOCOMMIT=1') > File.open('/tmp/noway', 'a') {|x| x.print "autocommit set to 1.\n"; } > dbh.do('INSERT INTO tasks (pid, command, active, started) VALUES (?, ?, > \'Y\', ?)', @pid, @command, @started) > File.open('/tmp/noway', 'a') {|x| x.print "about to run > [EMAIL PROTECTED]"; } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]