Details
-
Task
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Hi guys,
today i received some information at mysql.dev bugs,
http://bugs.mysql.com/bug.php?id=61261
it´s about innodb lock table information:
http://dev.mysql.com/doc/refman/5.5/en/innodb-locks-table.html
since mysql is less opensource friendly, and i don´t think they will implement more feature soon,
could we add a 'SHOW LOCK' in mariadb? i don´t know if locks are engine based or database based, but could be very nice to have a wait to get locks informations where a database get locked and dba/users want know why it was locked
thanks =)
Attachments
Issue Links
- is duplicated by
-
MDEV-4619 PLUGINS - Add LOCKS information at I_S (lock table / lock functions / lock events and others locks / get_lock function / mdl locks)
-
- Closed
-
There are locks on different levels. Engine internal locks (like row locks) and locks in the sql layer, placed by the mariadb.
the server can only show locks that it knows about. it can show table level locks and metadata locks, but not row- or page-level locks.