summaryrefslogtreecommitdiff
path: root/plugin/query_response_time
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2013-06-14 12:10:59 +0400
committerSergey Vojtovich <svoj@mariadb.org>2013-06-14 12:10:59 +0400
commitb4142fdae3808448bdd606719d8d7d74e5a610af (patch)
tree26db23e0bd6a9de167ddeacd94009ae52bfc0526 /plugin/query_response_time
parent4179b9a53e1e990394b5d418231ccce47eaadb18 (diff)
downloadmariadb-git-b4142fdae3808448bdd606719d8d7d74e5a610af.tar.gz
MDEV-4568 - Port Percona response time distribution as audit plugin
Minor modification to trigger buildbot.
Diffstat (limited to 'plugin/query_response_time')
-rw-r--r--plugin/query_response_time/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/query_response_time/CMakeLists.txt b/plugin/query_response_time/CMakeLists.txt
index 7c019db5839..f008d0256fc 100644
--- a/plugin/query_response_time/CMakeLists.txt
+++ b/plugin/query_response_time/CMakeLists.txt
@@ -1,2 +1,2 @@
ADD_DEFINITIONS(-DHAVE_RESPONSE_TIME_DISTRIBUTION)
-MYSQL_ADD_PLUGIN(QUERY_RESPONSE_TIME query_response_time.cc query_response_time.h plugin.cc)
+MYSQL_ADD_PLUGIN(QUERY_RESPONSE_TIME query_response_time.cc plugin.cc)