components/mysql-5-1/patches/inline.patch
changeset 1791 53d056cbdb63
parent 1790 5185544d0b6e
child 1792 5cea652172c6
--- a/components/mysql-5-1/patches/inline.patch	Tue Mar 25 21:42:23 2014 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
---- storage/innobase/include/univ.i	Mon Jul 13 16:12:14 2009
-+++ storage/innobase/include/univ.i.org	Thu May 12 23:27:42 2011
-@@ -56,9 +56,9 @@
- # endif
- 
- /* We only try to do explicit inlining of functions with gcc and
--Microsoft Visual C++ */
-+Microsoft Visual C++  and Oracle Compilers */
- 
--# if !defined(__GNUC__)
-+# if !defined(__GNUC__) && !defined(__SUNWSPRO_C)
- #  undef  UNIV_MUST_NOT_INLINE			/* Remove compiler warning */
- #  define UNIV_MUST_NOT_INLINE
- # endif