mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
fix to make client.c compile on windows
This commit is contained in:
parent
4d8ebaf8ca
commit
8b11f1c106
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue