6 messages in com.mysql.lists.mysqlRe: Error code 28
FromSent OnAttachments
Georg Richter12 May 2002 21:48 
Kittiphum Worachat12 May 2002 22:19 
Rahul Torvi12 May 2002 22:34 
Kittiphum Worachat12 May 2002 22:44 
Kittiphum Worachat12 May 2002 22:52 
Victoria Reznichenko13 May 2002 05:27 
Subject:Re: Error code 28
From:Georg Richter (geor@php-ev.de)
Date:05/12/2002 09:48:03 PM
List:com.mysql.lists.mysql

On Monday, 13. May 2002 07:20, Kittiphum Worachat wrote: Hi,

In select field list if they have some field that field type is text or blob and if I use group by some filed MySQL will generate "Got error 28 from table handler" the query like this

select a.f1,a.f2,a.f3,b.f1,b.f2 from table_a as a,table_b as b where a.f1=b.f1 and a.f1='xxx' group by b.f2

if f2.b if mediumtext I will got error 28 but when change type to varchar it OK but I realy need mediumtext type how to solve this problem

For a error description use perror

perror 28 Error code 28: No space left on device

So maybe you should delete some stuff on your disks or buy a new one.

Regards

Georg