List:General Discussion« Previous MessageNext Message »
From:Oliver Schemmel Date:May 25 1999 1:32pm
Subject:Problem with large tablesizes
View as plain text  
Hi,

Sending the following query to mysql results in ERROR 1114: The table
'SQL11c_0' is full:

select client.*, client_ext.aktiv from client, client_ext where client_
ext.agenturid=client.agenturid and client_ext.aktiv = 'N' order by name
limit
0,50;


Both tables client and client_ext contain about 5K (5000) records.

Any information/help appriciated.

Regards,
Ollie

Thread
Problem with large tablesizesOliver Schemmel25 May
  • Re: Problem with large tablesizesFred Read25 May