Skip to content

Commit a292115

Browse files
committed
Fix for CONC-105: remove longlong definition from mysql.h to prevent collides with other projects
1 parent 6cd4175 commit a292115

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/mysql.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,6 @@ extern char *mysql_unix_port;
125125
typedef unsigned long long my_ulonglong;
126126
#endif
127127

128-
#ifndef longlong_defined
129-
#if defined(HAVE_LONG_LONG) && SIZEOF_LONG != 8
130-
typedef long long int longlong;
131-
#else
132-
typedef long longlong;
133-
#endif
134-
#define longlong_defined
135-
#endif
136-
137128
/* mysql compatibility macro */
138129
#define mysql_options4(A,B,C,D) mysql_optionsv((A),(B),(C),(D))
139130

0 commit comments

Comments
 (0)