sql_big_selects and max_join_size

2009-07-01 Thread Amit Chandel
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

Re: MAX_JOIN_SIZE

2006-07-10 Thread Gabriel PREDA
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

MAX_JOIN_SIZE

2006-07-10 Thread Peter Lauri
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

Upper Limit to max_join_size? (4.1.18)

2006-03-17 Thread Bill Adams
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

Re: MAX_JOIN_SIZE error. 4.0 v 4.1

2005-03-10 Thread Sergei Golubchik
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

Re: MAX_JOIN_SIZE error. 4.0 v 4.1

2005-03-10 Thread SGreen
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

MAX_JOIN_SIZE error. 4.0 v 4.1

2005-03-10 Thread Brett Harvey
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

reasonable value for max_join_size

2002-02-12 Thread Magdalinin Kirill
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

reasonable value for max_join_size

2002-02-07 Thread Magdalinin Kirill
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