MySQL schema can have LOCK TABLES and UNLOCK TABLES statements. At the moment it seems that the library does not parse them in any way and raises an error.
I have installed mysql 5.7.24 on openshift 3.11 and is working fine. I am trying to create view which internally using default table performance_schema.data_lock_waits. When I am trying to run this ...