mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Windows build fixups (Fix for slave_net_timeout)
This commit is contained in:
parent
45fc8cc25b
commit
99ceb8fd04
4 changed files with 8 additions and 11 deletions
|
|
@ -1023,7 +1023,7 @@ unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields,
|
|||
bzero((char*) field, (uint) sizeof(MYSQL_FIELD)*fields);
|
||||
#ifdef MYSQL_SERVER
|
||||
unpack_fields_40(data->data, field, alloc, lengths, default_value ? 6 : 5,
|
||||
default_value, server_capabilities & CLIENT_LONG_FLAG);
|
||||
default_value, (my_bool)(server_capabilities & CLIENT_LONG_FLAG));
|
||||
#else
|
||||
if (server_capabilities & CLIENT_PROTOCOL_41)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue