summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <gkodinov/kgeorge@magare.gmz>2007-04-19 15:07:03 +0300
committerunknown <gkodinov/kgeorge@magare.gmz>2007-04-19 15:07:03 +0300
commit5b0ec8709ad4946260e257916a31d213b6168d26 (patch)
tree4a43f02e79b2347592ade633a896f2f50d51c17b /sql
parent09db49764281b944393331d8fc8f859ab9557498 (diff)
parent8fe487beba161e6290d9e063efc4c3019c9ed412 (diff)
downloadmariadb-git-5b0ec8709ad4946260e257916a31d213b6168d26.tar.gz
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B27530-5.0-opt
Diffstat (limited to 'sql')
-rw-r--r--sql/item_strfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h
index 778ea6e9496..d7c4a3eddef 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -790,7 +790,7 @@ class Item_func_crc32 :public Item_int_func
{
String value;
public:
- Item_func_crc32(Item *a) :Item_int_func(a) {}
+ Item_func_crc32(Item *a) :Item_int_func(a) { unsigned_flag= 1; }
const char *func_name() const { return "crc32"; }
void fix_length_and_dec() { max_length=10; }
longlong val_int();