Created
October 10, 2012 05:06
-
-
Save hatak/3863270 to your computer and use it in GitHub Desktop.
Patch for avoid to fail when building mroonga (for MySQL CommunityServer 5.5.28)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- include/probes_mysql.h.orig 2012-08-29 17:50:46.000000000 +0900 | |
+++ include/probes_mysql.h 2012-10-10 13:30:01.000000000 +0900 | |
@@ -20,10 +20,6 @@ | |
#include <my_global.h> | |
-#if defined(HAVE_DTRACE) && !defined(DISABLE_DTRACE) | |
-#include "probes_mysql_dtrace.h" | |
-#else | |
#include "probes_mysql_nodtrace.h" | |
-#endif | |
#endif /* PROBES_MYSQL_H */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment