mysql5/mysql-5.7.27/mysql-test/t/is_deprecation.test

9 lines
166 B
Plaintext

select * from INFORMATION_SCHEMA.INNODB_LOCKS
where lock_table = "none";
select * from INFORMATION_SCHEMA.INNODB_LOCK_WAITS
where requested_lock_id = "none";