mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
join_outer.test, join_outer.result:
Added test cases for bug #9938. item.h: Fixed bug #9938: missing method not_null_tables for Item_ref. sql/item.h: Fixed bug #9938: missing method not_null_tables for Item_ref. mysql-test/t/join_outer.test: Added test cases for bug #9938.
This commit is contained in:
parent
e2e90649f5
commit
6df4988985
3 changed files with 42 additions and 0 deletions
|
|
@ -1325,6 +1325,7 @@ public:
|
|||
{
|
||||
return depended_from ? OUTER_REF_TABLE_BIT : (*ref)->used_tables();
|
||||
}
|
||||
table_map not_null_tables() const { return (*ref)->not_null_tables(); }
|
||||
void set_result_field(Field *field) { result_field= field; }
|
||||
bool is_result_field() { return 1; }
|
||||
void save_in_result_field(bool no_conversions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue