diff options
author | Michael Widenius <monty@askmonty.org> | 2010-08-06 11:05:44 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-08-06 11:05:44 +0300 |
commit | 13141c9842c055406730daead25337e46a57f4d8 (patch) | |
tree | d96f4894260f8a450b6779e4678eea72530c12ea /sql-common | |
parent | d042146e5b41b6222df3e6b4c16a44f3ef2939b7 (diff) | |
download | mariadb-git-13141c9842c055406730daead25337e46a57f4d8.tar.gz |
Fixed compiler warnings and test failures
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-common/client.c b/sql-common/client.c index 2cad8df1f9b..3788ca9829b 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -2559,6 +2559,7 @@ CLI_MYSQL_REAL_CONNECT(MYSQL *mysql,const char *host, const char *user, #endif init_sigpipe_variables DBUG_ENTER("mysql_real_connect"); + LINT_INIT(pkt_scramble_len); DBUG_PRINT("enter",("host: %s db: %s user: %s", host ? host : "(Null)", |