summaryrefslogtreecommitdiff
path: root/client/mysqlmanagerc.c
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-09-19 19:45:13 -0600
committerunknown <sasha@mysql.sashanet.com>2001-09-19 19:45:13 -0600
commit8057a797a0cbef5bf59d37d0a8722a294b6e9f6a (patch)
tree1973abef2cb321be68c1b0e3984d698636a34dc7 /client/mysqlmanagerc.c
parent30f4ea704431158f96163e7e62ad28a98164bbbf (diff)
downloadmariadb-git-8057a797a0cbef5bf59d37d0a8722a294b6e9f6a.tar.gz
GRANT ... REQUIRE ( for SSL).
client/mysqlmanagerc.c: fix to make it compile after merge sql/lex.h: fixes for GRANT ... REQUIRE sql/sql_lex.h: GRANT ... REQUIRE sql/sql_yacc.yy: GRANT ... REQUIRE tools/mysqlmanager.c: fix to make compile after merge
Diffstat (limited to 'client/mysqlmanagerc.c')
-rw-r--r--client/mysqlmanagerc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlmanagerc.c b/client/mysqlmanagerc.c
index c4426c36426..ce5242364c3 100644
--- a/client/mysqlmanagerc.c
+++ b/client/mysqlmanagerc.c
@@ -16,7 +16,7 @@
#define MANAGER_CLIENT_VERSION "1.0"
-#include <global.h>
+#include <my_global.h>
#include <my_sys.h>
#include <m_string.h>
#include <mysql.h>