Greetings!

I run into a problem/bug in production environment with SQL Error:
1104 when deploying a project secured with the ACL tutorial.

The full error:

    SQL Error: 1104: 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 [CORE/cake/libs/model/
datasources/dbo_source.php, line 666]


I've build a small site, worked through the ACL tutorial from the
official  cake book and locally everything is spiffy.
dev. setup consists of: XAMPP: myslq 5.1.33, php 5.3 cakePHP 1.2.7

prod. setup: mysql 5.0.33 php 5.2.2

One of the differences I noticed with mysql setup between local and
production servers, is that SQL_BIG_SELECTS is disabled on the
production server ( and I don't have privileges to change that, posted
a support ticked, didn't hear anything yet)

Is there anything I can do about this from my end?
Thanks in advance.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to