I am trying to do a complex query in MySQL version 3.22.29 and get the error:
ERROR 1114: The table 'SQL44c4046_0' is full
This only happens sometimes. The structure of the query is the same each time but the specific search criteria varies. I find that if I narrow down the query, I can get it to work when this happens. I have a lot of data in the database and I have no problem adding more. What I think is happening is that MySQL is building a temporary table to process the complex query and that temporary table gets too large.
Can someone help with this? I'm at a loss as to how to debug the problem.
thanks,
bob
ERROR 1114: The table 'SQL44c4046_0' is full
This only happens sometimes. The structure of the query is the same each time but the specific search criteria varies. I find that if I narrow down the query, I can get it to work when this happens. I have a lot of data in the database and I have no problem adding more. What I think is happening is that MySQL is building a temporary table to process the complex query and that temporary table gets too large.
Can someone help with this? I'm at a loss as to how to debug the problem.
thanks,
bob