diff options
author | unknown <gkodinov@lsmy3.wdf.sap.corp> | 2006-04-28 12:06:54 +0200 |
---|---|---|
committer | unknown <gkodinov@lsmy3.wdf.sap.corp> | 2006-04-28 12:06:54 +0200 |
commit | ef7ec424e6688908e237131bd987f9f1b1b422a1 (patch) | |
tree | 1d6a092a829c573d507912a013c9dde4834ef453 /sql/item.h | |
parent | 1a2579756f335b1145f9582ca30b29f9d24e5e3d (diff) | |
parent | 3a0d0b4ce55671c59d45d9a3806fd5fd5f274b3b (diff) | |
download | mariadb-git-ef7ec424e6688908e237131bd987f9f1b1b422a1.tar.gz |
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
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sql/item.h b/sql/item.h index 8b09bc14221..24aca4a86d1 100644 --- a/sql/item.h +++ b/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 |