From 07f09df92bc2ab7d18833dd6ce149a6681ae8a32 Mon Sep 17 00:00:00 2001 From: vinchen Date: Fri, 21 Oct 2016 16:02:51 +0800 Subject: fix the ABI and stop slave hang problem --- include/sql_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sql_common.h') diff --git a/include/sql_common.h b/include/sql_common.h index 49616f6d56c..bbf459e1e55 100644 --- a/include/sql_common.h +++ b/include/sql_common.h @@ -104,6 +104,7 @@ cli_advanced_command(MYSQL *mysql, enum enum_server_command command, const unsigned char *arg, ulong arg_length, my_bool skip_check, MYSQL_STMT *stmt); unsigned long cli_safe_read(MYSQL *mysql); +unsigned long cli_safe_read_reallen(MYSQL *mysql, ulong* reallen); void net_clear_error(NET *net); void set_stmt_errmsg(MYSQL_STMT *stmt, NET *net); void set_stmt_error(MYSQL_STMT *stmt, int errcode, const char *sqlstate, -- cgit v1.2.1