1
CREATE TABLE t1 (a serial);
2
FLUSH TABLES WITH READ LOCK;
3
select * from t1 for update;
4
DROP TABLE t1;
5
UNLOCK tables;
Loggerhead is a web-based interface for Breezy Version: 2.0.1