summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <peter@mysql.com>2002-11-29 21:34:13 +0300
committerunknown <peter@mysql.com>2002-11-29 21:34:13 +0300
commit2cff1d6550003ada5c5c55944ee23f9a2e27f13c (patch)
treeec4afc35d34027e775dfc7af5bb08c3174e7277e /client
parent2fd1efa3919de3ae3231878b1d63880aa4cbcfb6 (diff)
downloadmariadb-git-2cff1d6550003ada5c5c55944ee23f9a2e27f13c.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')
-rw-r--r--client/connect_test.c1
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,