does this actually compile?
-- didrik
=== modified file 'include/my_global.h'
--- a/include/my_global.h 2011-03-28 08:51:35 +0000
+++ b/include/my_global.h 2011-03-29 12:56:34 +0000
@@ -280,7 +280,7 @@ C_MODE_END
#define ulonglong2double(A) my_ulonglong2double(A)
#define my_off_t2double(A) my_ulonglong2double(A)
C_MODE_START
-double my_ulonglong2double(unsigned long long A);
+inline double my_ulonglong2double(unsigned long long A) { return (double
A); }
C_MODE_END
#endif /* _AIX */
--
> MySQL Code Commits Mailing List
> For list archives: http://lists.mysql.com/commits
> To unsubscribe:
> http://lists.mysql.com/commits?unsub=1
>
>