1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

fix compile error

This commit is contained in:
Vladislav Vaintroub
2016-08-18 14:42:50 +00:00
parent d76e0f1965
commit 03d35ac031

View File

@@ -579,8 +579,8 @@ unsigned int STDCALL mysql_get_timeout_value_ms(const MYSQL *mysql);
my_bool STDCALL mariadb_reconnect(MYSQL *mysql); my_bool STDCALL mariadb_reconnect(MYSQL *mysql);
int STDCALL mariadb_cancel(MYSQL *mysql); int STDCALL mariadb_cancel(MYSQL *mysql);
void STDCALL mysql_debug(const char *debug); void STDCALL mysql_debug(const char *debug);
ulong STDCALL mysql_net_read_packet(MYSQL *mysql); unsigned long STDCALL mysql_net_read_packet(MYSQL *mysql);
ulong STDCALL mysql_net_field_length(unsigned char **packet); unsigned long STDCALL mysql_net_field_length(unsigned char **packet);
my_bool STDCALL mysql_embedded(); my_bool STDCALL mysql_embedded();
MYSQL_PARAMETERS *STDCALL mysql_get_parameters(void); MYSQL_PARAMETERS *STDCALL mysql_get_parameters(void);