SantaMufasa
Technical User
I wrote a query for a popular non-MySQL database engine that displays WHO is locking WHICH table (from WHICH machine):
One of our MySQL-application-product managers requests a similar script for his MySQL environments. (He would at least like WHO is locking WHICH table.)
Can anyone either:[ul][li]suggest a MySQL script that achieves similar results, or[/li][li]put me out of my misery by confirming that I cannot produce such a query in MySQL. <grin>[/li][/ul]Thanks,
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
Code:
Machine name
Locked Object DB Login name O/S Username of Locker
-------------------- ---------------- ------------- --------------------
TEST.T1 TEST (ACTIVE) dhunt TFMOBILE5331
TEST.S_EMP TEST (INACTIVE) dhunt TFMOBILE5331
TEST.S_ITEM TEST (INACTIVE) dhunt TFMOBILE5331
************************************************************************
Can anyone either:[ul][li]suggest a MySQL script that achieves similar results, or[/li][li]put me out of my misery by confirming that I cannot produce such a query in MySQL. <grin>[/li][/ul]Thanks,
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]