mirror of
https://github.com/MariaDB/server.git
synced 2025-11-02 02:53:04 +03:00
SCRUM
Protocol_cursor task net_field_length definitions trimmed with Monty's suggestions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user