diff options
author | jimw@mysql.com <> | 2006-01-06 10:42:58 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2006-01-06 10:42:58 -0800 |
commit | 96ae7c2e78911fb6920f6be0a78e64c3b2c785b5 (patch) | |
tree | 8924a87e95e1f01b8788892513110b379c98c991 /sql/item.h | |
parent | dca852ff687d73318f9c4d3f85757fb982a59bf4 (diff) | |
parent | d8a4aafe3357e0e4cdbcabf20ae545b832e8f61d (diff) | |
download | mariadb-git-96ae7c2e78911fb6920f6be0a78e64c3b2c785b5.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-5.0-clean
into mysql.com:/home/jimw/my/mysql-5.1-clean
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/item.h b/sql/item.h index c240733bd04..5de69013605 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1782,11 +1782,7 @@ public: void make_field(Send_field *field); bool fix_fields(THD *, Item **); int save_in_field(Field *field, bool no_conversions); - void save_org_in_field(Field *field) - { - (*ref)->save_org_in_field(field); - null_value= (*ref)->null_value; - } + void save_org_in_field(Field *field); enum Item_result result_type () const { return (*ref)->result_type(); } enum_field_types field_type() const { return (*ref)->field_type(); } Field *get_tmp_table_field() |