I have a query that uses a bunch of joins, and this is the error I get:

Code:
The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
I can post the query if it'll help, but I cannot find any info on what the error means or how to resolve it.

Thanks.