I'm using DBeaver 5.0.5. I created a database connection and setted it to "production" type. When I run an application which does a drop table on this database, I got something like this :
Query | 1568 | Waiting for table metadata lock | DROP TABLE meteo
|
There aren't any other processes which use the table unless dbeaver. Is that normal ?