summaryrefslogtreecommitdiff
path: root/include/probes_mysql.h
blob: 13491c661fdeed6125c6ea7f991735799070c8f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PROBES_MYSQL_H

#define PROBES_MYSQL_H

#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 */