mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
join_outer.result, join_outer.test:
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.
This commit is contained in:
@ -1013,6 +1013,7 @@ public:
|
||||
enum Type type() const { return FUNC_ITEM; }
|
||||
longlong val_int();
|
||||
const char *func_name() const { return "xor"; }
|
||||
table_map not_null_tables() const { return and_tables_cache; }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user