====== Lista zapytaƄ w Marii/MySQL ====== show full processlist; select * from information_schema.processlist order by Time; SELECT * FROM information_schema.processlist where command = 'execute' order by Time;