Re: [MySQL] InnoDB Lock status

2002-12-14 Thread Heikki Tuuri
Patricio, - Original Message - From: ""Patricio Díaz G."" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Friday, December 13, 2002 4:20 AM Subject: [MySQL] InnoDB Lock status > I'am working with MySQL 3.23.51-Max in a linux box and Visu

[MySQL] InnoDB Lock status

2002-12-12 Thread Patricio Díaz G .
I'am working with MySQL 3.23.51-Max in a linux box and Visual Fox and Delphi in a WinXP box, mostly using InnoDB tables. Is there a way to know wich rows are lockedin a table? is there a function that returns if a row is locked, or the rows locked in a table? It can be done with a UDF? My questio