summaryrefslogtreecommitdiff
path: root/include/sql_common.h
diff options
context:
space:
mode:
authorvinchen <vinchen13@gmail.com>2016-10-21 16:02:51 +0800
committerKristian Nielsen <knielsen@knielsen-hq.org>2016-10-21 13:37:48 +0200
commit07f09df92bc2ab7d18833dd6ce149a6681ae8a32 (patch)
tree3c6d144af08f493c1f664ee4f7482d96bc25916a /include/sql_common.h
parent0fa39ffba7ce56ebe9972a3b2067e365632d02aa (diff)
downloadmariadb-git-07f09df92bc2ab7d18833dd6ce149a6681ae8a32.tar.gz
fix the ABI and stop slave hang problem
Diffstat (limited to 'include/sql_common.h')
-rw-r--r--include/sql_common.h1
1 files changed, 1 insertions, 0 deletions
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,