Bug #629 | max_join_size and sql_select_limit affect CREATE SELECT | ||
---|---|---|---|
Submitted: | 11 Jun 2003 0:15 | Modified: | 3 Jul 2003 7:05 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0 | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any |
[11 Jun 2003 0:15]
Guilhem Bichot
[3 Jul 2003 7:05]
Michael Widenius
I think MySQL is (probably) doing the correct thing here. - Transforming a query by adding CREATE TABLE ... before it doesn't change how the query works. - max_join_size is to limit MySQL to not accept 'wrong' queries, so this is ok - sql_select_limit is ok as users doesn't normally have this set. If you set it, I think we should respect that for all selects as setting this should be equal to adding LIMIT to the end of all SELECT queries.