Commit 078ec307 authored by sergefp@mysql.com's avatar sergefp@mysql.com

Fix compile failure on Win32

parent 867dffa8
......@@ -712,7 +712,7 @@ public:
We're created a signed INT, this may not be correct in
general case (see BUG#19342).
*/
return new Item_int(0);
return new Item_int((longlong)0);
}
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