Alexander Kuzmenkov
|
c678708c0c
|
Put clickhouse-local data to /tmp by default
This fixes https://github.com/ClickHouse/ClickHouse/issues/9848
Also fixes https://github.com/ClickHouse/ClickHouse/issues/11926
|
2020-06-24 22:03:28 +03:00 |
|
Alexey Milovidov
|
25f941020b
|
Remove namespace pollution
|
2020-05-31 00:57:37 +03:00 |
|
Alexander Tokmakov
|
3cff070f89
|
add context to IDatabase methods
|
2020-05-28 23:10:45 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
ee4ffbc332
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 19:47:56 +03:00 |
|
Alexey Milovidov
|
8d2e80a5e2
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/'
|
2020-05-23 19:42:39 +03:00 |
|
Azat Khuzhin
|
d93b9a57f6
|
Forward declaration for Context as much as possible.
Now after changing Context.h 488 modules will be recompiled instead of 582.
|
2020-05-21 01:53:18 +03:00 |
|
Alexey Milovidov
|
f4ac1eec04
|
Merge branch 'master' into quota-key-in-client
|
2020-05-17 08:15:13 +03:00 |
|
Alexey Milovidov
|
1d885b3ff9
|
Merge branch 'master' into quota-key-in-client
|
2020-04-20 02:15:37 +03:00 |
|
Nikolai Kochetov
|
e970203ab2
|
Try fix test.
|
2020-04-17 23:56:38 +03:00 |
|
Nikolai Kochetov
|
84faa9af26
|
Merge branch 'master' into shared-context-lifetime
|
2020-04-17 19:13:13 +03:00 |
|
Nikolai Kochetov
|
d51a9c551b
|
Remove shared_ptr to SharedContext from Context.
|
2020-04-17 12:47:40 +03:00 |
|
Alexey Milovidov
|
cdeda4ab91
|
Fix usage of max_parser_depth setting; remove harmful default function arguments
|
2020-04-16 04:06:10 +03:00 |
|
Alexey Milovidov
|
fe59524481
|
Implemented in a different way
|
2020-04-15 04:59:14 +03:00 |
|
Ivan
|
97f2a2213e
|
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
|
2020-04-02 02:51:21 +03:00 |
|