mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
client.c:
Missed file from earlier commit sql-common/client.c: Missed file from earlier commit
This commit is contained in:
parent
ee5477f806
commit
020baadcfe
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue