summaryrefslogtreecommitdiff
path: root/include/sql_common.h
diff options
context:
space:
mode:
authorkonstantin@oak.local <>2004-03-12 18:53:45 +0300
committerkonstantin@oak.local <>2004-03-12 18:53:45 +0300
commit001ad875547e9551958f9696ecb13544606ef895 (patch)
treefce26171177e11766a82d4982545e8f3d5e9b29c /include/sql_common.h
parent8ad684adb9a75dc841c0b2edd7e1686b76d47f09 (diff)
downloadmariadb-git-001ad875547e9551958f9696ecb13544606ef895.tar.gz
fix to make client.c compile on windows
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 fef573f7450..cde53786f83 100644
--- a/include/sql_common.h
+++ b/include/sql_common.h
@@ -38,6 +38,7 @@ cli_advanced_command(MYSQL *mysql, enum enum_server_command command,
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);
#ifdef __cplusplus
}
#endif