Skip to content

Instantly share code, notes, and snippets.

@hatak
Created October 10, 2012 05:06
Show Gist options
  • Save hatak/3863270 to your computer and use it in GitHub Desktop.
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)
--- 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