diff options
-rw-r--r-- | sql-common/client.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql-common/client.c b/sql-common/client.c index 81184da0a77..55013d4bd82 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -101,6 +101,10 @@ const char *unknown_sqlstate= "000000"; +#ifdef MYSQL_CLIENT +extern my_bool stmt_close(MYSQL_STMT *stmt,my_bool skip_list); +#endif + /**************************************************************************** A modified version of connect(). my_connect() allows you to specify a timeout value, in seconds, that we should wait until we |