I am getting "ERROR 1104 (42000): 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" on the following query.
mysql> SELECT ord.*, pt.authorize_transaction_id FROM store_orders as
o
iel PREDA
Senior Web Developer
#1104 - The SELECT would examine more rows than MAX_JOIN_SIZE. Check your
WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT
is ok
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://li
Best group member,
I did this query on a very small database. And it gave error with some
MAX_JOIN_SIZE error. I have never seen this, and how can I avoid this to
happen? Do I have too many joins in one query? Should I write the joins
differently?
++
SQL query
I am having a problem where I cannot seem to increase the max_join_size
of 4.1.18 above a hard limit that is way too low for my use. Has anyone
run into this and know of a solution that does not involve upgrading to
5.x.x? (That is presently not an option for another month or so.) I also
want
Hi!
On Mar 10, Brett Harvey wrote:
> I have a query that worked just fine in Mysql 3.x and 4.0. It no
> longer works in 4.1. I receive the "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 t
Brett Harvey <[EMAIL PROTECTED]> wrote on 03/10/2005 01:24:54 PM:
> I have a query that worked just fine in Mysql 3.x and 4.0. It no
> longer works in 4.1. I receive the "The SELECT would examine more
> than MAX_JOIN_SIZE rows; check your WHERE and use SET
> S
I have a query that worked just fine in Mysql 3.x and 4.0. It no
longer works in 4.1. I receive the "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"
error
My max_join_size is
Hello,
can anyone suggest a reasonable value for max_join_size
in MySQL server configuration as default value seems too
large? Clients should be able to run applications like
web forum but I want to prevent them from overconsuming
CPU time.
thanks,
Kirill Magdalinin
[EMAIL PROTECTED
Hello,
can anyone suggest a reasonable value for max_join_size
in MySQL server configuration as default value seems too
large? Clients should be able to run applications like
web forum but I want to prevent them from overconsuming
CPU time.
thanks,
Kirill Magdalinin
[EMAIL PROTECTED