summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-14 02:54:33 +0300
committermonty@hundin.mysql.fi <>2001-09-14 02:54:33 +0300
commit7cadc6e711cedf2d8cfd9809616b9e521927f4b7 (patch)
tree633afdf8fdbda69f1a5a66b706478fa9e37cf0f8 /sql/mysql_priv.h
parente28586e005f913b8ba328d9a099b10a8158647ee (diff)
downloadmariadb-git-7cadc6e711cedf2d8cfd9809616b9e521927f4b7.tar.gz
Changed to use my_global.h
Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 8e38c8174a4..74bb3411773 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -17,7 +17,7 @@
#ifndef _MYSQL_PRIV_H
#define _MYSQL_PRIV_H
-#include <global.h>
+#include <my_global.h>
#include <my_sys.h>
#include <m_string.h>
#include "mysql_version.h"