Hi!
The affected queries are usually very long, more then 50000 characters.
Actually it's from database used by gallery software Piwigo where is many images and so lot of items for example in IN ():
SELECT 'piwigo_images'.* FROM 'piwigo_categories' INNER JOIN 'piwigo_image_category' ON 'category_id' = 'piwigo_categories'.'id' INNER JOIN 'piwigo_images' ON image_id = 'piwigo_images'.'id' WHERE image_id = 3021263 AND (category_id NOT IN (270,323,325,390,391,471,473,509,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,541,542,543,544,545,546,547,548,611,871,920,980,1079,1080,1203,1761,1762,1763,1764,1765,1766,1767,1777,1779,1780,1781,1782,1783,1786,1787,1790,1791,1793,1794,1795,1796,1797,1798,1809,1817,1818,1820,1829,1831,1842,1853,1864,....,222055);
I don't expect to see entire query, but now I can't use the Processes tab anymore, because every F5 while some long query is running freezes the program.
Thank you.