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
Fix error on 32-bit systems
Problem was introduced with fix for CONC-668.
This commit is contained in:
@@ -292,7 +292,7 @@ static int ma_net_write_buff(NET *net,const char *packet, size_t len)
|
||||
return 0;
|
||||
}
|
||||
|
||||
unsigned char *mysql_net_store_length(unsigned char *packet, size_t length);
|
||||
unsigned char *mysql_net_store_length(unsigned char *packet, ulonglong length);
|
||||
|
||||
/* Read and write using timeouts */
|
||||
|
||||
|
Reference in New Issue
Block a user