Alexey Milovidov
59cbae885e
Implement the missing parts
2024-01-01 18:30:06 +01:00
Alexey Milovidov
691803cc94
Merge branch 'master' into mysql-macos
2024-01-01 17:59:26 +01:00
Amos Bird
6b4dcbd3ed
Use PROJECT_*_DIR instead of CMAKE_*_DIR.
2023-05-18 23:23:39 +08:00
Robert Schulze
da9119547e
What happens if MySQL is enabled for macOS?
2023-02-12 23:08:14 +01:00
Azat Khuzhin
f4543f4b4e
Respect library type for contrib libraries ( #36399 )
...
The following libraries forces STATIC:
- rockdb
- libstemmer-c
- lemmagen
- mariadb-connector-c
This is a preparation for USE_STATIC_LIBRARIES=OFF
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-19 18:05:42 +02:00
Azat Khuzhin
28fb8fa63f
contrib/mariadb-connector-c: use hidden library
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-21 10:11:23 +03:00
Azat Khuzhin
a75b748fee
Remove unbundled mysql support
2022-01-20 10:02:01 +03:00
Azat Khuzhin
cf30669cc9
Remove unbundled openssl/boringssl (crypo/ssl) support
2022-01-20 08:47:16 +03:00
Azat Khuzhin
ca8525a733
Remove unbundled zlib support
2022-01-20 08:47:16 +03:00
Alexey Milovidov
6e09a2a642
Fix build
2021-12-24 12:25:27 +03:00
Alexey Milovidov
82c188e665
Fix build
2021-12-24 12:25:27 +03:00
Alexey Milovidov
1f85bbed9b
Fix build
2021-11-21 16:21:06 +03:00
Alexey Milovidov
99bb960ae3
Fix build
2021-11-21 14:40:46 +03:00
Alexey Milovidov
258fcc917f
Fix build
2021-11-21 14:09:05 +03:00
Alexey Milovidov
de7919555e
Cut away some trash
2021-10-25 02:33:08 +03:00
Alexey Milovidov
a06a54e411
Fix build
2021-10-25 01:05:12 +03:00
Alexey Milovidov
de9accff4c
Fix build
2021-10-24 23:44:35 +03:00
Alexey Milovidov
70f2b976f2
Fix build
2021-10-24 10:10:34 +03:00
Alexey Milovidov
ed09496593
Our own CMakeLists for Cassandra (half-baked)
2021-10-24 06:35:01 +03:00
Alexey Milovidov
34f63a37a4
Our own CMakeLists for MariaDB (half-baked)
2021-10-24 04:36:30 +03:00
Yuriy
dfb762d93c
Revert "Revert "Updated MariaDB""
...
This reverts commit f8b7cc8693
.
2019-09-25 01:28:59 +03:00
Yuriy Baranov
f8b7cc8693
Revert "Updated MariaDB"
2019-09-24 05:11:52 +03:00
Yuriy
fd0c76131f
removed contrib/mariadb-connector-c-cmake
2019-09-15 23:44:34 +03:00
Yuriy
84cfbb8e69
simplified mariadb-connector-c compilation and fixed caching_sha2_password plugin
2019-09-15 23:09:09 +03:00
Ivan
b4339f266d
Make a better build scheme ( #6500 )
...
* Fix shared build
* Major default libs refactor
* Fix build with gcc_eh
* Link all libraries as a big group.
* Use global interface library as a group
* Build capnproto using our cmake
* Use only internal libunwind
2019-08-28 23:49:37 +03:00
Yuriy
d78c4ec7b9
dependencies of caching_sha2_pw.c
2019-08-16 19:27:49 +03:00
Yuriy
d8efa5a842
added missing caching_sha2_pw.c
2019-08-16 03:59:59 +03:00
Yuriy
c08d01cfb4
linking caching_sha2_password plugin statically
2019-08-16 02:03:58 +03:00
Yuriy
b288611472
static linking of sha256_password in mariadb-connector-c
2019-08-16 01:03:30 +03:00
proller
77bd2624ea
Build fixes ( #6016 )
...
* Fix building without submodules
* Fix more gcc9 warnings
* was wrong!
../dbms/src/IO/WriteBufferAIO.cpp:277:54: error: result of comparison 'ssize_t' (aka 'long') > 9223372036854775807 is always false [-Werror,-Wtautological-type-limit-compare]
if ((static_cast<ssize_t>(flush_buffer.offset()) > std::numeric_limits<off_t>::max()) ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* mimalloc off MI_OVERRIDE
* Fix freebsd build
* Fix shared build
* Fix build in gcc9
* Fix split build
* fix
* fix
* fix
* fix
* clean
* zstd
* Update CMakeLists.txt
* Update Defines.h
* Try fix -Wsign-compare
* Freebsd fix
* Add missing libs
* Fix double-conversion include for copy-headers
* Fix zlib link
* Fix includes for arcadia
* Fix includes for arcadia
* Fix includes for arcadia
* Freebsd fix
* Arcadia fixes
* Update QueryProfiler.cpp
* Freebsd fix
* clean
* 19.11: Fixes for arcadia porting (#6223 )
* fix glibc-compatibility
* M_LIBRARY fix
* wip
* Fix
* Fix arm build
* unwind fix
* Update CMakeLists.txt
2019-08-04 03:19:03 +03:00
proller
c800913e5a
Fix build clickhouse as submodule ( #5574 )
2019-06-10 21:50:46 +03:00
proller
ba4687e110
Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) ( #5091 )
2019-04-24 12:06:28 +03:00
proller
d6d83d4a5c
Allow build without ssl ( #4525 ) ( #4750 )
2019-03-22 14:18:24 +03:00
Alexey Milovidov
26aabc9f23
Changed default configuration of mariadb-connector-c to contain correct default path for unix domain socket [#CLICKHOUSE-3261]
2018-08-08 04:44:41 +03:00
Alexey Milovidov
4834bb01d0
Using libressl #1983
2018-08-05 12:00:07 +03:00
alexey-milovidov
25cc323d1d
Using mariadb-connector-c from submodule. ( #2785 )
...
* Using internal mariadb-client library [#CLICKHOUSE-2]
* Using internal mariadb-client library [#CLICKHOUSE-2]
* Using internal mariadb-client library [#CLICKHOUSE-2]
* Using internal mariadb-client library [#CLICKHOUSE-2]
* Using internal mariadb-client library [#CLICKHOUSE-2]
2018-08-02 03:49:31 +03:00