You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Windows build fix
This commit is contained in:
@@ -121,7 +121,7 @@ int STDCALL mariadb_rpl_open(MARIADB_RPL *rpl)
|
||||
p= buffer;
|
||||
int4store(p, rpl->server_id);
|
||||
p+= 4;
|
||||
*p++= len;
|
||||
*p++= (unsigned char)len;
|
||||
memcpy(p, rpl->mysql->options.extension->rpl_host, len);
|
||||
p+= len;
|
||||
|
||||
|
Reference in New Issue
Block a user