1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-17 12:02:09 +03:00
Files
mariadb/sql
unknown 3aca0a0c62 fixed not_null_tables() for IN() (BUG#9393)
(IN() remove NULL rows only for tables from first argument (value which we looking for in IN() list) but not for tables from IN() list)
Also it will be better change Item::not_null_tables() to prohibit this optimisation by default for new created items in 5.0 or 5.1.


mysql-test/r/select.result:
  IN with outer join condition
mysql-test/t/select.test:
  IN with outer join condition
sql/item_cmpfunc.h:
  correct not_null_tables() for IN
2005-06-28 22:20:25 +03:00
..
2005-01-18 12:25:56 -08:00
2005-06-20 10:49:04 -07:00
2005-06-27 20:31:00 +03:00
2005-05-13 14:04:32 +03:00
2005-06-21 04:24:21 -07:00
2005-06-27 20:31:00 +03:00
2005-05-10 10:45:16 +02:00
2005-06-27 16:46:41 +03:00
2005-06-27 16:46:41 +03:00
2005-03-17 10:59:25 +04:00
2005-06-03 18:29:36 +02:00
2005-06-20 18:03:30 +02:00
2005-06-27 16:46:41 +03:00
2005-06-21 18:18:58 +03:00
2005-03-04 20:24:13 -08:00
2005-06-21 18:18:58 +03:00
2005-06-07 06:34:13 -07:00
2005-05-20 16:04:10 -05:00
2005-04-14 21:31:22 +02:00
2004-12-14 03:36:19 +03:00
2005-05-25 12:56:47 +03:00
2005-05-18 22:14:08 +02:00
2005-06-27 16:46:41 +03:00
2005-06-03 18:29:36 +02:00
2005-06-23 06:15:50 -07:00
2005-04-16 23:35:39 +04:00
2005-06-27 20:31:00 +03:00
2005-03-30 10:27:36 +03:00
2005-02-18 14:19:08 +01:00
2005-06-27 16:46:41 +03:00
2005-05-18 22:14:08 +02:00