summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-09-19 19:45:13 -0600
committersasha@mysql.sashanet.com <>2001-09-19 19:45:13 -0600
commit915106582eb32ddaee18b3b9da5fa1f61bec79b4 (patch)
tree1973abef2cb321be68c1b0e3984d698636a34dc7 /tools
parent545a2af56a4fd0fa00d494e17012eaa561eaceb1 (diff)
downloadmariadb-git-915106582eb32ddaee18b3b9da5fa1f61bec79b4.tar.gz
GRANT ... REQUIRE ( for SSL).
Diffstat (limited to 'tools')
-rw-r--r--tools/mysqlmanager.c2
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>