diff options
author | kostja@bodhi.local <> | 2006-08-12 21:06:51 +0400 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-08-12 21:06:51 +0400 |
commit | 04c97488f91c3db48be384c2ed14082dc6d6616b (patch) | |
tree | cccb1fdd583e353f4a229cbb0f9d585104db78f9 /sql/item_subselect.cc | |
parent | b341356abdfa869c71d42709a13c2192603fab1c (diff) | |
parent | 6691c623100134d666b142f5752fcc022bdd1ac9 (diff) | |
download | mariadb-git-04c97488f91c3db48be384c2ed14082dc6d6616b.tar.gz |
Merge bodhi.local:/opt/local/work/tmp_merge
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
Diffstat (limited to 'sql/item_subselect.cc')
-rw-r--r-- | sql/item_subselect.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_subselect.cc b/sql/item_subselect.cc index 7dfe65d793a..e24a57809f2 100644 --- a/sql/item_subselect.cc +++ b/sql/item_subselect.cc @@ -1554,6 +1554,7 @@ static Item_result set_row(List<Item> &item_list, Item *item, item->max_length= sel_item->max_length; res_type= sel_item->result_type(); item->decimals= sel_item->decimals; + item->unsigned_flag= sel_item->unsigned_flag; *maybe_null= sel_item->maybe_null; if (!(row[i]= Item_cache::get_cache(res_type))) return STRING_RESULT; // we should return something |