1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Changed to use my_global.h

Fixed problem with LIKE with latin1_de
Added parsing support of UNSIGNED LONG LONG
This commit is contained in:
monty@hundin.mysql.fi
2001-09-14 02:54:33 +03:00
parent e28586e005
commit 7cadc6e711
143 changed files with 261 additions and 179 deletions

View File

@ -15,7 +15,7 @@
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA */
#include <global.h>
#include <my_global.h>
#if defined(__WIN__) || defined(_WIN32) || defined(_WIN64)
#include <winsock.h>
#include <odbcinst.h>
@ -70,7 +70,7 @@ my_string mysql_unix_port=0;
#endif
#if defined(MSDOS) || defined(__WIN__)
// socket_errno is defined in global.h for all platforms
// socket_errno is defined in my_global.h for all platforms
#define perror(A)
#else
#include <errno.h>