diff options
author | monty@hundin.mysql.fi <> | 2001-09-14 02:54:33 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-14 02:54:33 +0300 |
commit | 7cadc6e711cedf2d8cfd9809616b9e521927f4b7 (patch) | |
tree | 633afdf8fdbda69f1a5a66b706478fa9e37cf0f8 /fs | |
parent | e28586e005f913b8ba328d9a099b10a8158647ee (diff) | |
download | mariadb-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 'fs')
-rw-r--r-- | fs/libmysqlfs.h | 2 | ||||
-rw-r--r-- | fs/mysqlcorbafs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/libmysqlfs.h b/fs/libmysqlfs.h index 5af78b4c6d6..0e95daaa791 100644 --- a/fs/libmysqlfs.h +++ b/fs/libmysqlfs.h @@ -16,7 +16,7 @@ */ #include "CorbaFS.h" -#include <global.h> +#include <my_global.h> #include <my_sys.h> #include <m_string.h> #include <m_ctype.h> diff --git a/fs/mysqlcorbafs.h b/fs/mysqlcorbafs.h index 4fd76598d7f..4074d0e07b4 100644 --- a/fs/mysqlcorbafs.h +++ b/fs/mysqlcorbafs.h @@ -16,7 +16,7 @@ */ #include "CorbaFS.h" -#include <global.h> +#include <my_global.h> #include <my_sys.h> #include <m_string.h> #include <m_ctype.h> |