<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
David Miller wrote:
<blockquote cite="mid458E23BE.2010504@bugzilla.org" type="cite">Fergus
Sullivan wrote on 12/21/06 3:27 AM:
<br>
<blockquote type="cite">i've noticed mysql.pm (2.22) includes the
following code:
<br>
</blockquote>
<br>
<blockquote type="cite">my bugzilla instance is a mixture of myisam
an innodb.
<br>
</blockquote>
<br>
Bugzilla 2.22 was not written with InnoDB in mind. Your tables should
all be myISAM or you're probably asking for trouble.
<br>
<br>
That said, there's been some debate about switching things to InnoDB,
and if that happens it'll probably be for 3.2 or so.
<br>
<br>
</blockquote>
<font face="Helvetica, Arial, sans-serif">Hi Fergus, <br>
<br>
Any time Bugzilla asks MySQL for a lock, MySQL automatically clears the
lock as soon as one of two things happen: 1) the connection is
terminated, or 2) Bugzilla releases the lock.<br>
<br>
Kevin<br>
</font><br>
<div class="moz-signature">-- <br>
<img src="cid:part1.01050806.09020301@amd.com" border="0"></div>
</body>
</html>