Commit 258c6d47 authored by Alexander Barkov's avatar Alexander Barkov

Removing redundant declaration of ulonglong.

It's defined in my_global.h which is included through handler.h

modified:
  storage/connect/connect.cc
parent 18e02f06
...@@ -56,12 +56,6 @@ typedef class ha_connect *PHC; ...@@ -56,12 +56,6 @@ typedef class ha_connect *PHC;
/***********************************************************************/ /***********************************************************************/
extern int xtrace; extern int xtrace;
#if defined(WIN32)
typedef unsigned __int64 ulonglong;
#else
typedef unsigned long long ulonglong;
#endif
/***********************************************************************/ /***********************************************************************/
/* Routines called internally by semantic routines. */ /* Routines called internally by semantic routines. */
/***********************************************************************/ /***********************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment