An error occurred fetching the project authors.
- 19 Oct, 2009 1 commit
-
-
Evgeny Potemkin authored
EXPLAIN EXTENDED warning. Query optimizer searches for the constant tables and optimizes them away. This means that fields of such tables are substituted for their values and on later phases they are treated as constants. After this constant tables are removed from the query execution plan. Nevertheless constant tables were shown in the EXPLAIN EXTENDED warning thus producing query that might be not an equivalent of the original query. Now the print_join function skips all tables that were optimized away from printing to the EXPLAIN EXTENDED warning. If all tables were optimized away it produces the 'FROM dual' clause.
-
- 09 Mar, 2007 1 commit
-
-
evgen@moonbone.local authored
away. Additional fix for bug#22331. Now Item_field prints its value in the case of the const field.
-
- 28 Jul, 2006 1 commit
-
-
sergefp@mysql.com authored
- Make the range-et-al optimizer produce E(#table records after table condition is applied), - Make the join optimizer use this value, - Add "filtered" column to EXPLAIN EXTENDED to show fraction of records left after table condition is applied - Adjust test results, add comments
-
- 14 Jun, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 20 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 31 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-