227:DB Error: unknown error:SELECT distinct * 
   FROM books as b JOIN authors as a
   WHERE marked and  true and !gone and (a.lname = 'Keyes') 
--	and (lname a.name = b.authors) 
--	and (b.authors RLIKE '[[:<:]]Keyes')
	and (b.authors LIKE '%Keyes')
--   LIMIT 10
   GROUP BY isbn [nativecode=1021 ** Disk full (/tmp/#sql_356_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]