Show query box This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available. Showing rows 0 - 1 (2 total, Query took 0.0051 sec) SELECT * FROM information_schema.processlist AS plist INNER JOIN ( SELECT TIME AS TIME FROM information_schema.processlist WHERE STATE LIKE 'Waiting for table metadata lock' ORDER BY TIME DESC LIMIT 0 , 1 ) AS t ON t.time -10 <= plist.TIME AND t.time +10 >= plist.TIME LIMIT 0 , 30 Profiling [ Inline ] [ Edit ] [ Explain SQL ] [ Create PHP Code ] [ Refresh ] Start row: Number of rows: Headers every rows + Options ID USER HOST DB COMMAND TIME STATE INFO time 214 dbuser xxx.xx.xxx.xxx:38312 database Query 488 Waiting for table metadata lock SELECTcid,data,created,expire,serialized FROMcache_entity_user WHEREcid IN( '0' ) 495 112 dbuser xxx.xx.xxx.xxx:38292 database Query 495 Waiting for table metadata lock RENAMETABLEcache_entity_userTOcache_entity_user__temp_table, cache_entity_user__truncated_tableTOcache_entity_user, cache_entity_user__temp_tableTOcache_entity_user__truncated_table 495 Start row: Number of rows: Headers every rows