diff options
author | sasha@mysql.sashanet.com <> | 2001-09-19 19:45:13 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-09-19 19:45:13 -0600 |
commit | 915106582eb32ddaee18b3b9da5fa1f61bec79b4 (patch) | |
tree | 1973abef2cb321be68c1b0e3984d698636a34dc7 /tools | |
parent | 545a2af56a4fd0fa00d494e17012eaa561eaceb1 (diff) | |
download | mariadb-git-915106582eb32ddaee18b3b9da5fa1f61bec79b4.tar.gz |
GRANT ... REQUIRE ( for SSL).
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> |