Query : select urun.*,kategori.namePath from urun,kategori,marka where ((1=1 ) AND (urun.userGroup like '%,,%' OR urun.userGroup = '')) AND urun.active=1 AND urun.markaID = marka.ID AND kategori.active=1 AND urun.catID=kategori.ID AND (kategori.name like 'sol' OR urun.ID = 'sol' OR marka.name like 'sol' OR urun.name like '%sol%' OR urun.onDetay like '%sol%' OR urun.tedarikciCode like '%sol%' OR urun.gtin like '%sol%' OR urun.data1 like '%sol%' OR urun.seo like '%sol%' OR urun.name like '%SOL%' OR urun.filitre like '%SOL%' OR urun.filitre like '%sol%' OR urun.metaKeywords like '%SOL%' OR urun.metaKeywords like '%sol%' OR urun.metaDescription like '%SOL%' OR urun.metaDescription like '%sol%' OR (urun.name like '%sol%')) AND (kategori.idPath like '64/65/352/689%' OR showCatIDs like '%|689|%' OR urun.virtualCatIDs = '689' OR urun.virtualCatIDs like '%,689,%' OR urun.virtualCatIDs like '%,689' OR urun.virtualCatIDs like '689,%') AND urun.fiyat >= '0' AND fiyat <= '99999999999' AND kategori.active = 1 group by urun.catID order by kategori.namePath, urun.name like '% sol %' desc,urun.name like '%sol%' desc,if(urun.resim = '' or urun.resim is null,1,0),if(urun.stok = 0,1,0),urun.seq desc,urun.ID desc
Can't create/write to file '/tmp/#sql-temptable-199a1-55cbd74-11a8c0.MAD' (Errcode: 28 "No space left on device")