2016-02-19 20:13:54 +00:00
|
|
|
add_executable (system_numbers system_numbers.cpp)
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (system_numbers PRIVATE dbms clickhouse_storages_system clickhouse_common_io)
|
2016-02-07 21:58:58 +00:00
|
|
|
|
2016-02-19 20:13:54 +00:00
|
|
|
add_executable (storage_log storage_log.cpp)
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (storage_log PRIVATE dbms)
|
2016-02-07 21:58:58 +00:00
|
|
|
|
2016-02-19 20:13:54 +00:00
|
|
|
add_executable (part_name part_name.cpp)
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (part_name PRIVATE dbms)
|
2016-02-07 21:58:58 +00:00
|
|
|
|
2016-02-19 20:13:54 +00:00
|
|
|
add_executable (remove_symlink_directory remove_symlink_directory.cpp)
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (remove_symlink_directory PRIVATE dbms)
|
2016-02-19 20:13:54 +00:00
|
|
|
|
2016-10-30 08:15:55 +00:00
|
|
|
add_executable (merge_selector merge_selector.cpp)
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (merge_selector PRIVATE dbms)
|
2016-10-31 19:32:08 +00:00
|
|
|
|
|
|
|
add_executable (merge_selector2 merge_selector2.cpp)
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (merge_selector2 PRIVATE dbms)
|
2018-05-10 15:01:10 +00:00
|
|
|
|
|
|
|
add_executable (get_current_inserts_in_replicated get_current_inserts_in_replicated.cpp)
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (get_current_inserts_in_replicated PRIVATE dbms clickhouse_common_config clickhouse_common_zookeeper string_utils)
|
2018-04-04 12:39:48 +00:00
|
|
|
|
|
|
|
add_executable (get_abandonable_lock_in_all_partitions get_abandonable_lock_in_all_partitions.cpp)
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (get_abandonable_lock_in_all_partitions PRIVATE dbms clickhouse_common_config clickhouse_common_zookeeper)
|
2018-12-13 12:33:21 +00:00
|
|
|
|
|
|
|
add_executable (transform_part_zk_nodes transform_part_zk_nodes.cpp)
|
2019-01-23 14:48:50 +00:00
|
|
|
target_link_libraries (transform_part_zk_nodes PRIVATE dbms clickhouse_common_config clickhouse_common_zookeeper string_utils ${Boost_PROGRAM_OPTIONS_LIBRARY})
|