I have a looked table:
mysql> show status like '%\_locks\_%';
+-----------------------+-------+
| Variable_name | Value |
+-----------------------+-------+
| Table_locks_immediate | 59137 |
| Table_locks_waited | 1 |
+-----------------------+-------+
2 rows in set (0.00 sec)
I used this to see what it, but there is nothing opened:
mysql> show open tables WHERE In_use > 0;
Empty set (0.00 sec)
Is this normal? Is there a trick to see what is locked here?
it is the capacity and how many had to actually wait once