#At file:///home/bar/mysql-bzr/mysql-trunk-wl946/ based on revid:alexander.barkov@stripped
3365 Alexander Barkov 2011-05-12
WL#946 lldiv_t check didn't work for some reasons.
Trying Windows-specific conditional compilation instead.
modified:
include/my_global.h
=== modified file 'include/my_global.h'
--- a/include/my_global.h 2011-05-12 11:57:06 +0000
+++ b/include/my_global.h 2011-05-12 12:17:02 +0000
@@ -1488,6 +1488,7 @@ enum loglevel {
INFORMATION_LEVEL= 2
};
+#ifdef __WIN__
#ifndef HAVE_LLDIV_T
typedef struct
{
@@ -1495,5 +1496,6 @@ typedef struct
long long int rem; /* Remainder. */
} lldiv_t;
#endif
+#endif
#endif /* my_global_h */
Attachment: [text/bzr-bundle] bzr/alexander.barkov@oracle.com-20110512121702-laj4of3n50dyzofv.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (alexander.barkov:3365) WL#946 | Alexander Barkov | 12 May |