mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix compile failure on Win32
This commit is contained in:
parent
7c018c39bb
commit
3486ba0189
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue