Alexander Kuzmenkov
2dafdb9c5e
Update zlib-ng to fix MemorySanitizer problems.
...
See 78406af8241471e7ff5e1ce9eb4d94cea596e863.
2019-12-10 13:15:18 +03:00
alesapin
854175406d
Add gdb to integration tests image
2019-12-10 13:13:22 +03:00
alesapin
397a3fc2e7
Merge pull request #8098 from ClickHouse/fix_dictionary_properties
...
Fix dictionary properties
2019-12-10 12:55:29 +03:00
alesapin
3cc3bd2fea
Merge branch 'master' of github.com:ClickHouse/ClickHouse
2019-12-10 12:54:42 +03:00
Vladimir Chebotarev
269a0246aa
Added explicit check for existence of part and pair of log messages.
2019-12-10 12:47:23 +03:00
Vladimir Chebotarev
ed719f38b2
Added test_multiple_disks::test_move_after_merge
.
2019-12-10 12:47:23 +03:00
alesapin
650277afb0
Merge pull request #7810 from excitoon-favorites/deleteondestroy
...
Ignore redundant copies of parts after move and restart
2019-12-10 12:41:30 +03:00
Ivan Blinkov
8a5330e3ae
ja docs fix ( #8119 )
2019-12-10 12:38:01 +03:00
Vladimir Chebotarev
f9fbf70c69
Enabled ld
for GCC.
2019-12-10 11:37:06 +03:00
Ubus
ed4aeeba29
Fixed description of temporary tables in RU and EN
2019-12-10 11:29:19 +03:00
Ivan Blinkov
16f677d0c4
Try to fix docs build ( #8113 )
2019-12-10 11:17:26 +03:00
Azat Khuzhin
65572a23fe
Fix async nature of reload in 01036_no_superfluous_dict_reload_on_create_database*
...
Due to the async nature of SYSTEM RELOAD DICTIONARY/DICTIONARIES the
test can fail, if the reload will happen after the dictGet*():
.862801 [ 36 ] {61df55ee-4a17-4bf3-8cfb-9478490393c3} <Debug> executeQuery: (from [::1]:37422) SYSTEM RELOAD DICTIONARY `foo 1234.dict`
.863681 [ 36 ] {cd55d9f9-d176-4b19-bc97-d25575da2d15} <Debug> executeQuery: (from [::1]:37422) SELECT query_count FROM system.dictionaries WHERE (database = 'foo 1234') AND ...
.863678 [ 54 ] {} <Debug> executeQuery: (internal) SELECT `key`, `val` FROM `foo 1234`.`dict_data`;
This is just a hotfix, long-term solution will be to make SYSTEM RELOAD
DICTIONARY syncronous (by adding another command or making already
existing).
Refs: #7916
2019-12-10 08:31:51 +03:00
Alexey Milovidov
9534eb32a0
Updated roadmap
2019-12-10 03:13:16 +03:00
Vladimir Chebotarev
ea44510b44
Minor fix of test.
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
6afd8d7805
Added test_multiple_disk::test_kill_while_insert
, reworked log message and fixed logic of treating stale copies.
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
a2f238d8da
Added more logging and switched to detaching stale part instead of removing.
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
9cf7ef03af
Fixed handling of MergeTreeData::DataPartPtr
's in MergeTreeData::swapActivePart()
.
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
374e0f7bb5
Finally fixed tests.
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
c283776e84
Really fixed tests.
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
89659a9129
Fixed a typo.
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
fe3e89fb38
Fixed tests.
2019-12-09 23:29:44 +03:00
filimonov
f545da40e6
style
2019-12-09 23:29:44 +03:00
filimonov
0ab67c7b1f
Log when part is removed after move
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
efa73608b8
Separated constant path to DeleteOnDestroy marker.
2019-12-09 23:29:44 +03:00
Vladimir Chebotarev
13c5c621c1
Attempt to ignore redundant copies of parts after move and restart.
2019-12-09 23:29:44 +03:00
alexey-milovidov
cce78ef018
Merge pull request #8036 from yurriy/mysql
...
Compatibility with MySQL clients which don't support sha2_password auth plugin
2019-12-09 23:11:31 +03:00
alexey-milovidov
074aeb2bb8
Merge pull request #8054 from amosbird/glibc2.30
...
porting clock_gettime and clock_nanosleep
2019-12-09 23:11:10 +03:00
alexey-milovidov
5902389a9b
Merge pull request #8105 from ClickHouse/geodist-less-wrong-2
...
Added function "greatCircleAngle"; changed Earth radius to be consistent with H3 library.
2019-12-09 23:10:18 +03:00
Alexey Milovidov
285139585c
Updated test
2019-12-09 23:08:19 +03:00
Alexey Milovidov
da72203ceb
Added a comment
2019-12-09 22:53:40 +03:00
alesapin
ab485430e3
Merge branch 'master' of github.com:ClickHouse/ClickHouse
2019-12-09 22:37:33 +03:00
Alexey Milovidov
2fe7472a63
Added function "greatCircleAngle"; changed earth radius
2019-12-09 22:35:25 +03:00
Alexey Milovidov
67fd108848
Added a test for "greatCircleAngle"
2019-12-09 22:34:00 +03:00
alexey-milovidov
c7d434cec5
Merge pull request #8097 from amosbird/omitframepointer
...
Omit frame pointer.
2019-12-09 21:57:49 +03:00
alexey-milovidov
36ca1a0a24
Merge pull request #8086 from ClickHouse/geodist-less-wrong
...
Make the code of geodist less wrong.
2019-12-09 20:38:29 +03:00
Alexey Milovidov
1e3b9af66f
Added clarifications
2019-12-09 20:25:16 +03:00
Alexey Milovidov
2db25df706
Merge branch 'master' into geodist-less-wrong
2019-12-09 18:42:37 +03:00
alesapin
85aac386aa
Missed commit
2019-12-09 17:06:28 +03:00
alesapin
642ce2d751
Fix escaping and add string expressions support
2019-12-09 17:05:58 +03:00
Amos Bird
30a085db7e
omit frame pointers for libc code
2019-12-09 21:38:20 +08:00
Amos Bird
9a40c97e29
Omit frame pointer.
2019-12-09 21:28:45 +08:00
Amos Bird
e69c0a0126
Get rid of getauxval dep
2019-12-09 20:59:08 +08:00
alesapin
39bb8e724c
Merge pull request #8092 from ClickHouse/fix_lld_search
...
Fix search for lld
2019-12-09 14:11:13 +03:00
alexey-milovidov
9106b2854a
Merge pull request #8084 from azat/read-temporary-tables-on-failure
...
Read temporary tables on failure to avoid interpreting that bits as query
2019-12-09 13:49:09 +03:00
alesapin
eb676b3c5d
Fix search for lld
2019-12-09 12:29:59 +03:00
Amos Bird
44b66da298
porting musl vdso implementation
2019-12-09 10:34:23 +08:00
alexey-milovidov
6e9661628b
Merge pull request #8023 from godfreyd/en-docs/CLICKHOUSEDOCS-418
...
Docs: added FQDN function description
2019-12-09 04:59:47 +03:00
alexey-milovidov
c0e11ad86a
Update other_functions.md
2019-12-09 04:59:27 +03:00
alexey-milovidov
d051a03794
Merge pull request #8042 from excitoon-favorites/gmtime
...
Removed `localtime` from `HTTPDictionarySource::getUpdateFieldAndDate…
2019-12-09 04:57:18 +03:00
alexey-milovidov
79215bd029
Merge pull request #8025 from excitoon/patch-2
...
Added `-D LINKER_NAME=lld` to instruction to sanitizers.
2019-12-09 04:56:17 +03:00