From c1403e17a8a663fb9621d64bcb82602eb27a0716 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 29 Nov 2002 21:34:13 +0300 Subject: 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 --- client/connect_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'client/connect_test.c') 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 #include +#include "my_global.h" #include "mysql.h" static void change_user(MYSQL *sock,const char *user, const char *password, -- cgit v1.2.1