Re: InnoDB hard lockup

2002-10-03 Thread Heikki Tuuri
n; } @@ -3742,6 +3759,9 @@ } if (buf_end - buf < 500) { + lock_mutex_exit_kernel(); + sprintf(buf, "... output truncated!\n"); + return; } - Original Message - From: "Heikki Tuuri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

Re: InnoDB hard lockup

2002-10-03 Thread Heikki Tuuri
Wayne, please send me the whole MySQL error log. Looks like some thread, which had reserved the InnoDB 'kernel' mutex to access the InnoDB lock table, got stuck. This is interesting: " 5 queries inside InnoDB, 0 queries in queue; main thread: doing background drop tables " If you drop a table