Browse Source

fixed win32 warning

pull/374/head
unknown 19 years ago
parent
commit
68915daf31
  1. 2
      sql/item_cmpfunc.h

2
sql/item_cmpfunc.h

@ -757,7 +757,7 @@ public:
void value_to_item(uint pos, Item *item)
{
((Item_int*) item)->value= ((packed_longlong*) base)[pos].val;
((Item_int*) item)->unsigned_flag=
((Item_int*) item)->unsigned_flag= (my_bool)
((packed_longlong*) base)[pos].unsigned_flag;
}

Loading…
Cancel
Save