diff options
author | unknown <venu@myvenu.com> | 2003-06-04 00:21:49 -0700 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-06-04 00:21:49 -0700 |
commit | 020baadcfebbd0f2248d9a3fa15f29d6e9d954b4 (patch) | |
tree | c14bad3d965f8ea084ca624d904287b7132dfca4 /sql-common | |
parent | ee5477f806c34827c08564542cf7a8ac2d9bcb01 (diff) | |
download | mariadb-git-020baadcfebbd0f2248d9a3fa15f29d6e9d954b4.tar.gz |
client.c:
Missed file from earlier commit
sql-common/client.c:
Missed file from earlier commit
Diffstat (limited to 'sql-common')
-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 |