mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 11:15:33 +02:00
Merge lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-4.1-B18492
into lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-5.0-B18492 mysql-test/r/subselect.result: merged sql/item.cc: merged sql/item.h: merged sql/item_subselect.cc: merged
This commit is contained in:
commit
ef7ec424e6
6 changed files with 42 additions and 39 deletions
15
sql/item.h
15
sql/item.h
|
|
@ -1849,21 +1849,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
class Item_null_helper :public Item_ref_null_helper
|
||||
{
|
||||
Item *store;
|
||||
public:
|
||||
Item_null_helper(Name_resolution_context *context_arg,
|
||||
Item_in_subselect* master, Item *item,
|
||||
const char *table_name_arg, const char *field_name_arg)
|
||||
:Item_ref_null_helper(context_arg, master, (store= 0, &store),
|
||||
table_name_arg, field_name_arg),
|
||||
store(item)
|
||||
{ ref= &store; }
|
||||
void print(String *str);
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
The following class is used to optimize comparing of date and bigint columns
|
||||
We need to save the original item ('ref') to be able to call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue