diff options
author | peter@mysql.com <> | 2002-11-29 21:34:13 +0300 |
---|---|---|
committer | peter@mysql.com <> | 2002-11-29 21:34:13 +0300 |
commit | 7e6977808f2d11d1e24997d110268c9f5bb818e5 (patch) | |
tree | ec4afc35d34027e775dfc7af5bb08c3174e7277e /client | |
parent | c47ef7450f8de0fa74edd74c057f9fdd04f01a0d (diff) | |
download | mariadb-git-7e6977808f2d11d1e24997d110268c9f5bb818e5.tar.gz |
Correct bug which exposed itself in rpl000017
Commit for merge
Diffstat (limited to 'client')
-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, |