diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-09-19 19:45:13 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-09-19 19:45:13 -0600 |
commit | 8057a797a0cbef5bf59d37d0a8722a294b6e9f6a (patch) | |
tree | 1973abef2cb321be68c1b0e3984d698636a34dc7 /tools | |
parent | 30f4ea704431158f96163e7e62ad28a98164bbbf (diff) | |
download | mariadb-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 'tools')
-rw-r--r-- | tools/mysqlmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c index 8e6e8470cf3..4ca8c7768cd 100644 --- a/tools/mysqlmanager.c +++ b/tools/mysqlmanager.c @@ -20,7 +20,7 @@ * Sasha Pachev <sasha@mysql.com> **/ -#include <global.h> +#include <my_global.h> #include <my_sys.h> #include <m_string.h> #include <mysql.h> |