Commit d72238fc authored by unknown's avatar unknown

Fix compile failure on Win32

parent 2ca8bbd6
...@@ -712,7 +712,7 @@ class in_longlong :public in_vector ...@@ -712,7 +712,7 @@ class in_longlong :public in_vector
We're created a signed INT, this may not be correct in We're created a signed INT, this may not be correct in
general case (see BUG#19342). general case (see BUG#19342).
*/ */
return new Item_int(0); return new Item_int((longlong)0);
} }
void value_to_item(uint pos, Item *item) void value_to_item(uint pos, Item *item)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment