1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-02 02:53:04 +03:00
Protocol_cursor task
net_field_length definitions trimmed with Monty's suggestions
This commit is contained in:
hf@deer.mysql.r18.ru
2003-04-28 14:25:29 +05:00
parent ca02714715
commit d69b5c4d69
5 changed files with 14 additions and 5 deletions

View File

@@ -721,6 +721,15 @@ typedef long longlong;
#endif
#endif
#if defined(NO_CLIENT_LONG_LONG)
typedef unsigned long my_ulonglong;
#elif defined (__WIN__)
typedef unsigned __int64 my_ulonglong;
#else
typedef unsigned long long my_ulonglong;
#endif
#ifdef USE_RAID
/*
The following is done with a if to not get problems with pre-processors