alexey-milovidov
|
8ef7f3589a
|
Merge pull request #4936 from TCeason/feature/support_settings_for_async
Suport settings for async distributed inserts (#4852)
|
2019-05-09 23:59:29 +03:00 |
|
Vitaly Baranov
|
19259ab5e3
|
Get rid of thread_local in SettingsConstraints.cpp
|
2019-04-30 17:09:10 +03:00 |
|
tai
|
0d39968233
|
Suport settings for async(#4852)
There is no hash operation on Settings. Because it is less valuable for hash operations.
And I dont know how to write a testcase.
|
2019-04-29 17:02:23 +08:00 |
|
Vitaly Baranov
|
28d9a80072
|
Rename macro APPLY_FOR_SETTINGS => LIST_OF_SETTINGS.
|
2019-04-29 03:22:59 +03:00 |
|
Vitaly Baranov
|
738a49f534
|
Use iterators instead of macros APPLY_FOR_SETTINGS and others.
|
2019-04-27 01:09:16 +03:00 |
|
Vitaly Baranov
|
d43e7a8960
|
Implement max constraints for number settings.
|
2019-04-26 19:11:05 +03:00 |
|
Vitaly Baranov
|
8277e9d8f1
|
Refactoring of Settings based on new template class SettingsCollection.
Add new class SettingsConstraints.
|
2019-04-26 19:11:05 +03:00 |
|
proller
|
fce9db12b9
|
Move Interpreters/Settings* -> Core/Settings*
|
2019-03-22 15:08:30 +03:00 |
|