From: Michael Widenius Date: March 24 1999 12:57pm Subject: Make sure tables are unlocked List-Archive: http://lists.mysql.com/mysql/874 Message-Id: <14072.57637.870442.125217@monty.pp.sci.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>>>> "Roland" == Roland Carlsson writes: Roland> Hi! Roland> I've got a javaservlet that locks a table to make a transaktion but now (during testing) i've got some problem which made the servlet never reached the unlock. Is there a way to make sure that the table unlocks after a couple of seconds?? Sorry, no. Any way you can get the client to shut down the connection when the above happens ? (This will unlock your tables) Regards, Monty