ClickHouse/cmake
proller 4ffbca2d8c Fix warnings (#1406)
* Log query id in executeQuery; Better type mismatch error; change format in report tool

* Better log query_id

* fix message

* Use c++11 thread_local instaed of gcc's __thread

* lock mutex before notifying waiting thread in sync insertion into distributed [#CLICKHOUSE-3379]

* Cmake: fix build without downloaded submodules (#1379)

* fix

* ZooKeeper: fixed stack smashing with tryGet()

The tryGet() operation creates a 1MB buffer on stack. This may or
may not work depending on the default stack size for threads,
whether the stack protector is enabled or not, recursion depth,
and the actual value size.

This is probably going to slow down some ZK operations, but I don't
see how else this could work reliably with the existing API.

* increased timeout for test_insertion_sync_fails_with_timeout

* Update CHANGELOG_RU.md

* Update ZooKeeper.cpp

* Fix warnings

* Fixes

* Dont strip debug info from  asan, tsan and other builds except releases

* Fix asan error causd by test 00144

* Fix empty log message (#CLICKHOUSE-3378)
2017-10-25 21:39:10 +03:00
..
Modules Freebsd fixes: fix build with libc++, fix find system lib double-conversion (#1109) 2017-08-17 00:01:43 +03:00
add_check.cmake cmake: Avoiding check target conflicts. [#CHEBOTAREV-14] 2017-08-24 16:37:27 +03:00
dbms_generate_function.cmake Split FunctionsArray.cpp register (#1043) 2017-07-30 15:31:58 +03:00
dbms_glob_sources.cmake Addition to prev. revision [#CLICKHOUSE-2]. 2017-05-09 22:45:21 -04:00
find_boost.cmake Updating poco and making submodule (#1263) 2017-10-13 21:58:19 +03:00
find_ccache.cmake Cmake fixes (#CLICKHOUSE-3303) (#1229) 2017-09-11 18:51:32 +03:00
find_contrib_lib.cmake Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
find_icu4c.cmake Fix build without icu and readline 2017-04-24 06:28:28 +03:00
find_ltdl.cmake Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
find_lz4.cmake Merge branch 'master' into upstream-add-kafka 2017-10-13 23:52:42 +03:00
find_openssl.cmake Fix build without installd unixodbc (#708) 2017-04-19 03:21:16 +03:00
find_poco.cmake Fix warnings (#1406) 2017-10-25 21:39:10 +03:00
find_rdkafka.cmake Cmake: fix build without downloaded submodules (#1379) 2017-10-20 20:59:44 +03:00
find_re2.cmake Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
find_readline_edit.cmake Cmake: clear test variables with CMakePushCheckState (it will fix macos build issue) (#992) 2017-07-17 17:21:43 +03:00
find_rt.cmake Changed tabs to spaces in code [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
find_sparsehash.cmake Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
find_zlib.cmake Updating poco and making submodule (#1263) 2017-10-13 21:58:19 +03:00
find_zookeeper.cmake Cmake: fix build without downloaded submodules (#1379) 2017-10-20 20:59:44 +03:00
find_zstd.cmake zstd, lz4 as submodule (#1214) 2017-10-13 21:52:23 +03:00
lib_name.cmake Using pcg-random instead of boost::random::taus88 [#CLICKHOUSE-3174]. 2017-09-09 02:58:42 +03:00
print_include_directories.cmake Updating poco and making submodule (#1263) 2017-10-13 21:58:19 +03:00
test_compiler.cmake Cmake: Don't detect and use -no-pie flag with clang 2017-08-14 17:58:47 +03:00
test_cpu.cmake Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00