ClickHouse/src
Azat Khuzhin 3559e3355c Do not cache dictionary for dictGet*/dictHas*
There are places where ExpressionActionsPtr is cached
(StorageDistributed caching it for sharding_key_expr and
optimize_skip_unused_shards), and if the dictionary will be cached
within "query" then cached ExpressionActionsPtr will always have first
version of the query and the dictionary will not be updated after
reload.

For example this will fix dictGet in sharding_key (and similar places,
i.e. when the function context is stored permanently)

Fixes: 01527_dist_sharding_key_dictGet_reload
2020-10-21 00:22:40 +03:00
..
Access Merge pull request #12736 from traceon/ldap-any-user-authentication 2020-10-19 23:58:35 +03:00
AggregateFunctions Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
Client Refactor processors. 2020-10-12 17:30:05 +08:00
Columns Merge branch 'master' into AES_encrypt_decrypt 2020-10-14 16:30:23 +03:00
Common Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
Compression Update CompressionFactory.h 2020-09-23 10:24:25 +03:00
Core Merge pull request #16105 from azat/allow_nondeterministic_optimize_skip_unused_shards 2020-10-21 00:16:26 +03:00
Databases Merge pull request #16031 from ClickHouse/database_atomic_patch 2020-10-16 10:08:04 +03:00
DataStreams Fix some problems introduced by refactoring. 2020-10-12 17:58:09 +08:00
DataTypes Merge branch 'master' into enable-parsing-of-input-enum-values-by-id-10682 2020-10-16 11:07:01 +03:00
Dictionaries Merge pull request #16007 from CurtizJ/fix-complex-key-direct 2020-10-16 10:03:10 +03:00
Disks Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
Formats Merge branch 'master' into enable-parsing-of-input-enum-values-by-id-10682 2020-10-16 11:07:01 +03:00
Functions Do not cache dictionary for dictGet*/dictHas* 2020-10-21 00:22:40 +03:00
Interpreters Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
IO Merge pull request #15199 from filimonov/non_delimited_protobuf 2020-10-15 16:58:39 +03:00
Parsers Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
Processors Merge pull request #15199 from filimonov/non_delimited_protobuf 2020-10-15 16:58:39 +03:00
Server Modify comment 2020-10-20 04:03:03 +03:00
Storages Merge pull request #16105 from azat/allow_nondeterministic_optimize_skip_unused_shards 2020-10-21 00:16:26 +03:00
TableFunctions Revert "Revert "Write structure of table functions to metadata"" 2020-10-14 15:19:29 +03:00
CMakeLists.txt Merge pull request #15008 from ClickHouse/clang-tidy-11-without-enabling 2020-09-20 02:00:54 +03:00
NOTICE dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00