An error occurred fetching the project authors.
- 26 Apr, 2005 1 commit
-
-
serg@serg.mylan authored
that merges ON and WHERE (BUG#10162)
-
- 14 Mar, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 13 Mar, 2005 4 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
correct top_level_item for XOR
-
igor@rurik.mysql.com authored
Correction after manual merge.
-
igor@rurik.mysql.com authored
Added a test case for bug #9017. item_cmpfunc.h: A wrong not_null_tables method for Item_cond_xor caused a conversion of a left join into an inner join that was not valid.
-
- 10 Mar, 2005 1 commit
-
-
sergefp@mysql.com authored
Item_func_equal::not_null_tables() always return 0.
-
- 24 Feb, 2005 1 commit
-
-
jimw@mysql.com authored
updated with the correct number of lines. (Bug #8681)
-
- 18 Jan, 2005 1 commit
-
-
sergefp@mysql.com authored
-
- 20 Dec, 2004 1 commit
-
-
sergefp@mysql.com authored
so we read dependent tables after tables they depend on (this is needed for outer joins)
-
- 06 Nov, 2004 1 commit
-
-
igor@rurik.mysql.com authored
Added cases for bugs #6307 and #6460. sql_select.cc: Fixed the problem of bug reports #6307 and #6460. The reported wrong result sets were due to the fact that the added call of the fix_fields method for the built AND condition that joined WHERE and ON conditions broke ON expression, as it removed extra AND levels in the built condition. It looks like that no attributes of the built condition are needed, so we don't have to call fix_fields here.
-
- 02 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Added protocol::flush() for easier embedded-server code Increase block allocation variables a bit as they where a bit too small for MySQL 4.1 Added option --silent to client_test
-
- 05 Oct, 2004 1 commit
-
-
igor@rurik.mysql.com authored
Added a test case for bug #5896. sql_select.cc: Fixed the problem of ignoring on expressions depending only on outer table when outer table either contains 1 row or is guaranteed to return only 1 row (bug #5896).
-
- 23 Aug, 2004 1 commit
-
-
sergefp@mysql.com authored
* When executing EXPLAIN, do the same as for the query: convert join type to JT_CONST if keyuse array covers all key parts and all of them are constants. * In remove_const, don't remove conditions that depend on some-const-table and current-table.
-
- 12 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
it happens because of the LEFT JOINT optimization in add_key_part() This optimization does exactly the same in JOIN and in WHERE conditions Not right. I moved that optimization one level upper.
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 01 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 23 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
-
- 16 Apr, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 22 Mar, 2003 1 commit
-
-
jani@hynda.(none) authored
e.g. default value is not accepted with auto_increment anymore.
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 05 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 19 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Added missing InnoDB variables to SHOW VARIABLES. Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values. Fixed bug when doing 'LEFT JOIN ... ON (column_name = constant) WHERE column_name = constant'
-
- 12 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug in LEFT JOIN Added bdb_log_buffer_size
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-