diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-12-12 19:18:49 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-12-12 19:18:49 +0400 |
commit | 1345a759229c3b42d54db5d0b7a276dece838fb8 (patch) | |
tree | c5e3d314d97fd2b4ca81e8945508d29770d6acb7 /libservices/CMakeLists.txt | |
parent | 67f514382b18356a981ac5023276aa1c5e11481f (diff) | |
download | mariadb-git-1345a759229c3b42d54db5d0b7a276dece838fb8.tar.gz |
MroongaSE: addint thd_autoinc and thd_error_context plugin services
Diffstat (limited to 'libservices/CMakeLists.txt')
-rw-r--r-- | libservices/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libservices/CMakeLists.txt b/libservices/CMakeLists.txt index ff8a16b774b..d70a98802f5 100644 --- a/libservices/CMakeLists.txt +++ b/libservices/CMakeLists.txt @@ -20,6 +20,8 @@ SET(MYSQLSERVICES_SOURCES thd_alloc_service.c thd_wait_service.c thd_timezone_service.c + thd_autoinc_service.c + thd_error_context_service.c progress_report_service.c debug_sync_service.c my_sha1_service.c |