Description:Innodb_row_lock_current_waits The number of row locks currently waited for by operations on InnoDB tables. when thers is no lock wait ,the value should be zero. In the following test case , lock wait sql is clear, but the Innodb_row_lock_current_waits value is still non-zer...
in my environment, I got a strange value. (-1 as uint64) mysql> show status where Variable_name = 'Innodb_row_lock_current_waits'; +---+---+ | Variable_name | Value | +---+---+ | Innodb_row_lock_current_waits | 18446744073709551615 | +---+---...