mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
client.c:
Compilation falure fix sql-common/client.c: Compilation falure fix
This commit is contained in:
parent
3177fb553b
commit
ac366a4ba5
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…
Add table
Add a link
Reference in a new issue