diff options
author | unknown <peter@mysql.com> | 2002-11-29 21:34:13 +0300 |
---|---|---|
committer | unknown <peter@mysql.com> | 2002-11-29 21:34:13 +0300 |
commit | c1403e17a8a663fb9621d64bcb82602eb27a0716 (patch) | |
tree | ec4afc35d34027e775dfc7af5bb08c3174e7277e /client/connect_test.c | |
parent | 5f80c35306e35304595d9dcc410e3c20cb785b61 (diff) | |
download | mariadb-git-c1403e17a8a663fb9621d64bcb82602eb27a0716.tar.gz |
Correct bug which exposed itself in rpl000017
Commit for merge
client/connect_test.c:
Roll back wrong change
include/mysql_com.h:
Correct prototypes not to have need to include my_global.h
sql/mysql_priv.h:
Add expected hash lenght for old paswords.
sql/password.c:
Change prototypes
sql/sql_acl.cc:
Minor bug correction
Diffstat (limited to 'client/connect_test.c')
-rw-r--r-- | client/connect_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/connect_test.c b/client/connect_test.c index fd81ad635ad..e19f83dac92 100644 --- a/client/connect_test.c +++ b/client/connect_test.c @@ -16,6 +16,7 @@ #include <stdio.h> #include <stdlib.h> +#include "my_global.h" #include "mysql.h" static void change_user(MYSQL *sock,const char *user, const char *password, |