mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
client.c:
Compilation falure fix
This commit is contained in:
parent
eb0727c142
commit
a6757c15df
1 changed files with 1 additions and 1 deletions
|
@ -1456,7 +1456,7 @@ mysql_real_connect(MYSQL *mysql,const char *host, const char *user,
|
|||
#ifdef HAVE_SYS_UN_H
|
||||
struct sockaddr_un UNIXaddr;
|
||||
#endif
|
||||
init_sigpipe_variables;
|
||||
init_sigpipe_variables
|
||||
DBUG_ENTER("mysql_real_connect");
|
||||
LINT_INIT(host_info);
|
||||
|
||||
|
|
Loading…
Reference in a new issue