Commit Graph

45651 Commits

Author SHA1 Message Date
Alexey Milovidov
3723b163d9 Crash log: development 2020-07-31 23:25:15 +03:00
Alexey Milovidov
9ef9d31f03 Crash log: development 2020-07-31 23:16:31 +03:00
Alexander Kuzmenkov
a317f995be performance comparison 2020-07-31 22:58:38 +03:00
Alexey Milovidov
59840c725c Merge remote-tracking branch 'origin/master' into crash-log 2020-07-31 22:52:37 +03:00
alexey-milovidov
6ba7316957
Merge pull request #13169 from ClickHouse/fix_killed_mutation_status
Fix segfault when mutation get killed
2020-07-31 21:27:39 +03:00
Alexey Milovidov
72bb5af15c More perf tests 2020-07-31 21:19:54 +03:00
Vitaly Baranov
0fcee34322 Add test. 2020-07-31 20:57:49 +03:00
Vitaly Baranov
7c4ae5ee65 Add the parameter custom_settings_prefixes to the server config. 2020-07-31 20:57:49 +03:00
Vitaly Baranov
f73a4749cf Add function getSetting(). 2020-07-31 20:57:49 +03:00
Vitaly Baranov
80a3caef1c Allow using any types for custom fields. 2020-07-31 20:57:49 +03:00
Vitaly Baranov
442f3de5a8 Implement custom settings. 2020-07-31 20:57:43 +03:00
Vitaly Baranov
56665a15f7 Rework and rename the template class SettingsCollection => BaseSettings. 2020-07-31 20:54:18 +03:00
Alexander Kuzmenkov
1d954581eb Fix some spurious perf test failures 2020-07-31 19:28:04 +03:00
Vitaly Baranov
e40a8ac176 Use names of the settings instead of their indices in SettingsConstraints and settings profiles. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
300727afa3 Rework the StringField* classes and make conversion String => StringField* explicit. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
18e3f1f60d Split SettingsCollection.h into 3 files: SettingsFields.h, SettingsEnums.h, SettingsCollection.h 2020-07-31 19:11:27 +03:00
Vitaly Baranov
90602b869a Make SettingsChanges a class. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
d152e84a2e Rename Setting* => SettingField*. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
4ad99f1472 Make type names of settings shorter: SettingUInt64 => UInt64. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
668653600c Use SettingMaxThreads only in Settings, call getNumberOfPhysicalCPUCores() instead of SettingMaxThreads::getAuto(). 2020-07-31 19:11:27 +03:00
Vitaly Baranov
cd372de417 Use SettingUInt64 only in Settings, use UInt64 in other places. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
30b34e6a15 Use SettingSeconds only in Settings, use std::chrono::seconds in other places. 2020-07-31 19:11:27 +03:00
Vitaly Baranov
b76b23ce31 Better conversion of String and std::string_view to Field. 2020-07-31 19:11:27 +03:00
Alexander Kuzmenkov
6f861294f4 query fuzzer 2020-07-31 18:57:01 +03:00
Alexander Kuzmenkov
365f914802 fix potential segfault in cloning ASTDictionary 2020-07-31 18:41:23 +03:00
Alexander Kuzmenkov
429d0fdbe4
Merge pull request #12731 from ClickHouse/aku/site-typo
Fix a typo on the site.
2020-07-31 18:22:56 +03:00
alesapin
d1725c0012 Fix test 2020-07-31 18:12:02 +03:00
alesapin
d4940fdd3f +x for test 2020-07-31 18:07:23 +03:00
BayoNet
2041a8df54
CLICKHOUSEDOCS-721: Removed Avro uuid from the list of usupported logical types. (#13062)
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
2020-07-31 17:52:45 +03:00
alesapin
523902dc3d
Merge pull request #13183 from ClickHouse/add_labeler_hook
Add pr labeler to github hook
2020-07-31 17:48:52 +03:00
Alexey Milovidov
6304e06f71 Added missing file 2020-07-31 17:15:04 +03:00
alesapin
ae8ad38af6 Review fix 2020-07-31 17:07:54 +03:00
alexey-milovidov
f89b9e9d5e
Merge pull request #13167 from ClickHouse/fix-trivial-error-in-kill-mutation-test
Fix trivial error in kill mutation test
2020-07-31 17:00:33 +03:00
alexey-milovidov
bf45e0de3b
Merge pull request #13165 from ClickHouse/even-more-retries-in-gtest-zkutil
Even more retries in zkutil gtest
2020-07-31 16:59:48 +03:00
Alexey Milovidov
9123cb0bba Added missing file 2020-07-31 16:53:42 +03:00
alesapin
c018367f50 Add labeler event 2020-07-31 16:41:56 +03:00
Nikolai Kochetov
39530f837e Remove TreeExecutorBlockInputStream. 2020-07-31 16:23:19 +03:00
Alexey Milovidov
570d104536 Fix build 2020-07-31 16:22:49 +03:00
Alexey Milovidov
c3ad710b84 Merge branch 'master' into crash-log 2020-07-31 16:12:53 +03:00
Alexander Kuzmenkov
52435033f9 Actually I do know how to generate the .mo files
`pybabel compile -d website/locale`
2020-07-31 16:00:56 +03:00
Nikolai Kochetov
14af7208a0
Update ExecutingGraph.h 2020-07-31 15:57:21 +03:00
Alexander Kuzmenkov
12fdf09532 Temporarily restore .mo files
They are not generated as a part of build process now, and I don't know
how to generate them manually.
2020-07-31 15:56:57 +03:00
Alexander Kuzmenkov
27906e1f9b Merge remote-tracking branch 'origin/master' into HEAD 2020-07-31 15:54:08 +03:00
Ilya Yatsishin
1566c8a92b
Merge pull request #12285 from qoega/rework-integrational
Rework integrational configuration paths
2020-07-31 15:34:21 +03:00
Alexey Milovidov
6d5590a4b4 Merge with master 2020-07-31 15:25:17 +03:00
alesapin
45894fcf99 Better comments 2020-07-31 15:22:32 +03:00
alesapin
0c918c6137
Update tests/integration/runner 2020-07-31 15:08:19 +03:00
alexey-milovidov
bbc8473388
Update StorageMergeTree.cpp 2020-07-31 15:00:07 +03:00
alexey-milovidov
9c9ef0db9b
Merge branch 'master' into database_atomic_improvements 2020-07-31 14:56:49 +03:00
alexey-milovidov
91156bef54
Merge pull request #13075 from ClickHouse/fix-11327
Fix 11327
2020-07-31 14:53:07 +03:00