diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2013-06-14 12:10:59 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2013-06-14 12:10:59 +0400 |
commit | b4142fdae3808448bdd606719d8d7d74e5a610af (patch) | |
tree | 26db23e0bd6a9de167ddeacd94009ae52bfc0526 /plugin | |
parent | 4179b9a53e1e990394b5d418231ccce47eaadb18 (diff) | |
download | mariadb-git-b4142fdae3808448bdd606719d8d7d74e5a610af.tar.gz |
MDEV-4568 - Port Percona response time distribution as audit plugin
Minor modification to trigger buildbot.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/query_response_time/CMakeLists.txt | 2 |
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) |