mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
fixed win32 warning
This commit is contained in:
parent
be75593165
commit
76995281a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue