Re: update to strange InnoDB errors

2001-09-24 Thread Heikki Tuuri
e something to do with the replication bug of auto-increment columns. Thank you! Heikki Innobase Oy >Date: Mon, 24 Sep 2001 07:24:59 >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >From: Heikki Tuuri <[EMAIL PROTECTED]> >Subject: Re: update to strange InnoDB errors > >Robert, >

Re: update to strange InnoDB errors

2001-09-23 Thread Heikki Tuuri
Robert, you are a genius in finding bugs :). The bug has been reported by two users before you. Since CHECK TABLE says ok, the table is probably ok now. The bug may be in purge in multiversioning: it removes a secondary index record too early. Or it may the in a lock wait. Can you describe wha