Hi,
Is there any way via mysql sql query to get the locked tables, i have an app running and there are bunch of tables getting locked in the app accessing processing (c# threading app) and mysql DB.
I need to see the locked tables based on sql query and analyze the code for that particular section.
Thanks.