mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Backport of DTrace patches from 6.0
This commit is contained in:
13
include/probes_mysql.h
Normal file
13
include/probes_mysql.h
Normal file
@@ -0,0 +1,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 */
|
Reference in New Issue
Block a user