summaryrefslogtreecommitdiff
path: root/sql/item.cc
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2005-05-24 17:50:17 +0300
committerunknown <jani@ua141d10.elisa.omakaista.fi>2005-05-24 17:50:17 +0300
commit801c2c275a471ac37a6e520f6da737ffd2dbb16f (patch)
tree734139d99ed478ef8c746889730080fcd1d27a04 /sql/item.cc
parentb36f9f2eeded87ee629619f0c35840f3bec10013 (diff)
downloadmariadb-git-801c2c275a471ac37a6e520f6da737ffd2dbb16f.tar.gz
Added a test case for Bug#8009.
sql/item.cc: Fixed Bug#8009.
Diffstat (limited to 'sql/item.cc')
-rw-r--r--sql/item.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.cc b/sql/item.cc
index 59785813566..c43421117e5 100644
--- a/sql/item.cc
+++ b/sql/item.cc
@@ -2107,6 +2107,7 @@ Item_varbinary::Item_varbinary(const char *str, uint str_length)
*ptr=0; // Keep purify happy
collation.set(&my_charset_bin, DERIVATION_COERCIBLE);
fixed= 1;
+ unsigned_flag= 1;
}
longlong Item_varbinary::val_int()