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 /vio | |
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 'vio')
-rwxr-xr-x | vio/test-ssl | bin | 42096 -> 42245 bytes | |||
-rw-r--r-- | vio/test-ssl.c | 2 | ||||
-rw-r--r-- | vio/test-sslclient.c | 2 | ||||
-rw-r--r-- | vio/test-sslserver.c | 2 | ||||
-rw-r--r-- | vio/vio.c | 2 | ||||
-rw-r--r-- | vio/viosocket.c | 2 | ||||
-rw-r--r-- | vio/viossl.c | 2 | ||||
-rw-r--r-- | vio/viosslfactories.c | 2 | ||||
-rw-r--r-- | vio/viotest-ssl.c | 2 |
9 files changed, 8 insertions, 8 deletions
diff --git a/vio/test-ssl b/vio/test-ssl Binary files differindex fefa3fce263..16b841f9268 100755 --- a/vio/test-ssl +++ b/vio/test-ssl diff --git a/vio/test-ssl.c b/vio/test-ssl.c index f47655c99ab..0ae90f5001f 100644 --- a/vio/test-ssl.c +++ b/vio/test-ssl.c @@ -1,4 +1,4 @@ -#include <global.h> +#include <my_global.h> #ifdef HAVE_OPENSSL #include <my_sys.h> #include <m_string.h> diff --git a/vio/test-sslclient.c b/vio/test-sslclient.c index 7abac7dad9f..c19a3589009 100644 --- a/vio/test-sslclient.c +++ b/vio/test-sslclient.c @@ -1,4 +1,4 @@ -#include <global.h> +#include <my_global.h> #ifdef HAVE_OPENSSL #include <my_sys.h> #include <m_string.h> diff --git a/vio/test-sslserver.c b/vio/test-sslserver.c index ad4f653ffa6..bad141dff17 100644 --- a/vio/test-sslserver.c +++ b/vio/test-sslserver.c @@ -1,4 +1,4 @@ -#include <global.h> +#include <my_global.h> #ifdef HAVE_OPENSSL #include <my_sys.h> #include <m_string.h> diff --git a/vio/vio.c b/vio/vio.c index 96cb0c31ef6..15a12bb958d 100644 --- a/vio/vio.c +++ b/vio/vio.c @@ -22,7 +22,7 @@ */ #define DONT_MAP_VIO -#include <global.h> +#include <my_global.h> #include <mysql_com.h> #include <violite.h> diff --git a/vio/viosocket.c b/vio/viosocket.c index d5573cdfa64..667e9b2b118 100644 --- a/vio/viosocket.c +++ b/vio/viosocket.c @@ -23,7 +23,7 @@ */ #define DONT_MAP_VIO -#include <global.h> +#include <my_global.h> #include <mysql_com.h> #include <errno.h> diff --git a/vio/viossl.c b/vio/viossl.c index 8b1a51845be..c6f70081d18 100644 --- a/vio/viossl.c +++ b/vio/viossl.c @@ -22,7 +22,7 @@ the file descriptior. */ -#include <global.h> +#include <my_global.h> #ifdef HAVE_OPENSSL diff --git a/vio/viosslfactories.c b/vio/viosslfactories.c index ebfb860d0ca..077807726fe 100644 --- a/vio/viosslfactories.c +++ b/vio/viosslfactories.c @@ -16,7 +16,7 @@ MA 02111-1307, USA */ -#include <global.h> +#include <my_global.h> #ifdef HAVE_OPENSSL diff --git a/vio/viotest-ssl.c b/vio/viotest-ssl.c index 02d47a11294..5cdbd12a3db 100644 --- a/vio/viotest-ssl.c +++ b/vio/viotest-ssl.c @@ -1,4 +1,4 @@ -#include <global.h> +#include <my_global.h> #ifdef HAVE_OPENSSL #include <my_sys.h> #include <m_string.h> |