diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-12-03 23:51:47 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-12-04 10:41:55 +0100 |
commit | 8360e1a5b5e44debcc7aeaa10331278eb6273176 (patch) | |
tree | a971c74f153b0779d00a64df7959ea2334de2917 /libservices/CMakeLists.txt | |
parent | 0c7d773fca1497ce4edae0a72c6f01348b0ca9be (diff) | |
download | mariadb-git-8360e1a5b5e44debcc7aeaa10331278eb6273176.tar.gz |
MDEV-6712 THD specifics for plugins
thd_specifics service
Diffstat (limited to 'libservices/CMakeLists.txt')
-rw-r--r-- | libservices/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libservices/CMakeLists.txt b/libservices/CMakeLists.txt index 46be68a5b7f..2d105348410 100644 --- a/libservices/CMakeLists.txt +++ b/libservices/CMakeLists.txt @@ -22,6 +22,7 @@ SET(MYSQLSERVICES_SOURCES thd_timezone_service.c thd_autoinc_service.c thd_error_context_service.c + thd_specifics_service.c progress_report_service.c debug_sync_service.c my_sha1_service.c |