Commit Graph

17 Commits

Author SHA1 Message Date
Clément Rodriguez
491f454b54 MySQL connection mutualize connection + integration test 2020-02-27 10:34:06 +01:00
Clément Rodriguez
1f275c965f Rebase with upstream/master 2020-02-20 16:32:05 +01:00
Clément Rodriguez
cdd99d7f23 Merge 2020-02-19 15:23:17 +01:00
Vitaly Baranov
037eb85972 Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
alexey-milovidov
0d119a40eb
Merge pull request #8240 from vitlibar/sync-system-reload-dictionary
Synchronous system reload dictionary
2019-12-20 20:00:03 +03:00
Vitaly Baranov
d0d5c72e4d Reloading of a dictionary now waits for results and shows errors.
Clearer names for load and reload functions in ExternalLoader.
2019-12-17 13:45:47 +03:00
alesapin
a2180b0bb3 Merge branch 'master' into restrictions_for_external_dictionaries_from_ddl 2019-12-16 23:07:16 +03:00
Vitaly Baranov
4c157007f5 Refactoring of using ExternalLoader in dictionary DDL:
Instead of using ExternalLoader::reload() now it's used reloadConfig() which reloads only what necessary.
Functions attachDictionary() and detachDictionary() are simplified and have lesser number of parameters.
Instead of injecting into LoadablesConfigReader's internals for creating dictionary a temp repository is used.
2019-12-12 21:45:58 +03:00
alesapin
3229261c91 Fix dictionary_source check 2019-12-11 14:09:21 +03:00
Clement Rodriguez
9f9e3e5ebf Merge with upstream master 2019-11-08 11:07:34 +01:00
alesapin
e4a936cf41 Fix add and reload 2019-10-21 16:54:23 +03:00
alesapin
cdc195727e Fix some races from lazy load and add ugly interface to loader (need to be refactored) 2019-10-18 19:04:09 +03:00
alesapin
05392fd882 Fix deadlock, add test and refactoring 2019-10-17 20:18:54 +03:00
Clement Rodriguez
2c7c4700e4 Merge branch 'build-5.0-beta'
Conflicts:
	CMakeLists.txt
	cmake/find_hdfs3.cmake
	cmake/find_orc.cmake
	contrib/arrow-cmake/orc_check.cmake
	dbms/cmake/version.cmake
	dbms/src/Interpreters/InterpreterSelectQuery.cpp
	dbms/src/Storages/Kafka/ReadBufferFromKafkaConsumer.cpp
	dbms/src/Storages/System/StorageSystemContributors.generated.cpp
	debian/changelog
	docker/client/Dockerfile
	docker/server/Dockerfile
	docker/test/Dockerfile
2019-10-09 16:54:21 +02:00
alesapin
08681ac210 Preparation for AST configurations for external dictionaries 2019-09-30 19:12:08 +03:00
alesapin
0e28dc4e51 Remove redundant classes 2019-09-26 19:12:15 +03:00
alesapin
089e3146c9 Add missed files 2019-09-26 14:19:10 +03:00