summaryrefslogtreecommitdiff
path: root/include/sql_common.h
diff options
context:
space:
mode:
authorkostja@bodhi.local <>2006-08-02 14:13:01 +0400
committerkostja@bodhi.local <>2006-08-02 14:13:01 +0400
commit4bfc67fc3cccc1cec93641b78095132ecd87c749 (patch)
treeea898f8f24b260b3a08d72dd19588e5815d47e74 /include/sql_common.h
parent6cbc44c45c0f911c5f859871224c80332517420b (diff)
parent2336834e08c98fcc3132b831054883fe01bb13cb (diff)
downloadmariadb-git-4bfc67fc3cccc1cec93641b78095132ecd87c749.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into bodhi.local:/opt/local/work/mysql-5.0-runtime-merge
Diffstat (limited to 'include/sql_common.h')
-rw-r--r--include/sql_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sql_common.h b/include/sql_common.h
index 7ea8b6c87e0..29a9cbd4b08 100644
--- a/include/sql_common.h
+++ b/include/sql_common.h
@@ -36,7 +36,7 @@ cli_advanced_command(MYSQL *mysql, enum enum_server_command command,
const char *header, ulong header_length,
const char *arg, ulong arg_length, my_bool skip_check,
MYSQL_STMT *stmt);
-
+unsigned long cli_safe_read(MYSQL *mysql);
void set_stmt_errmsg(MYSQL_STMT * stmt, const char *err, int errcode,
const char *sqlstate);
void set_mysql_error(MYSQL *mysql, int errcode, const char *sqlstate);