alexey-milovidov
a29ecdf11d
Merge pull request #4495 from orivej/xxhash
...
Support xxHash with external lz4
2019-02-25 18:03:31 +03:00
Alexey Milovidov
c26657ce85
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-25 17:36:48 +03:00
Alexey Milovidov
d02508cb8f
Avoid loss of precision in test
2019-02-25 17:36:19 +03:00
alesapin
fff2d074a1
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-25 16:41:51 +03:00
alesapin
2f33ceede6
Add 10m data and missed file
2019-02-25 16:41:23 +03:00
alexey-milovidov
0ae7daad3d
Merge pull request #4496 from yandex/add-performance-test-from-the-website
...
Add performance test for benchmark from the website
2019-02-25 15:56:59 +03:00
Alexey Zatelepin
50dbfc8d50
clean distributed DDL queue in a separate thread [#CLICKHOUSE-3977]
2019-02-25 15:42:23 +03:00
alesapin
3b30b2f856
Merge pull request #4477 from yandex/external_dict_integration_test
...
External dict integration test
2019-02-25 15:27:22 +03:00
alesapin
350d5a78dd
Better config
2019-02-25 13:47:29 +03:00
alesapin
9d91dbb7c5
Finally add mongo source
2019-02-25 13:45:22 +03:00
Георгий Кондратьев
b94de32423
Support xxHash with external lz4
...
xxhash.h does not exist in external lz4 because it is an implementation detail
and its symbols are namespaced with XXH_NAMESPACE macro. When lz4 is external,
xxHash has to be external too, and the dependents have to link to it.
This find_xxhash.cmake is based on find_lz4.cmake.
2019-02-25 07:14:37 +00:00
Alexey Milovidov
d6db735e9d
Simplifications
2019-02-25 06:19:18 +03:00
Alexey Milovidov
eb5376a0a8
Addition to prev. revision.
2019-02-25 04:26:37 +03:00
Alexey Milovidov
280f5a71c3
Addition to prev. revision.
2019-02-25 04:22:54 +03:00
Alexey Milovidov
0b7c5ab061
Decrypted code because it was impossible to read.
2019-02-25 04:05:05 +03:00
Alexey Milovidov
ee24678f5d
Fixed bad code (but the bug still exists)
2019-02-25 02:28:52 +03:00
Alexey Milovidov
15a7954b70
Removed double whitespace
2019-02-25 02:05:23 +03:00
Alexey Milovidov
f44316b39d
Merge branch 'master' into fix-bad-parsing-error-message
2019-02-25 01:48:01 +03:00
Alexey Milovidov
846bf82a3e
More simple
2019-02-25 01:41:18 +03:00
Alexey Milovidov
25f31151fa
Minor changes
2019-02-25 01:28:05 +03:00
alesapin
3515d9bb8c
Better intendation
2019-02-24 20:57:03 +03:00
alesapin
40cbe4c253
Add hierarchical tests
2019-02-24 20:45:10 +03:00
alexey-milovidov
9d8b91b97a
Merge pull request #4483 from yandex/dont-create-part-log-if-not-defined
...
Do not create part_log if it is not defined in configuration file
2019-02-24 18:27:50 +03:00
alesapin
da33310f1b
Add multiple rows to test, fix bug
2019-02-24 13:58:52 +03:00
alesapin
22a54bbd77
Add python into integration tests image
2019-02-24 13:28:47 +03:00
alesapin
96d0c95330
RU changelog 19.3.5 and 19.1.9
2019-02-24 13:08:49 +03:00
Alexey Milovidov
c0f2876ad1
Added performance test resembling benchmark from the website
2019-02-24 03:05:05 +03:00
Alexey Milovidov
37b8390f9e
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-24 02:55:16 +03:00
Alexey Milovidov
02e4496996
Removed link to the past meetup
2019-02-24 02:54:53 +03:00
alexey-milovidov
16225dff12
Merge pull request #4480 from 4ertus2/ast
...
Refactoring: simplify InDepthNodeVisitor
2019-02-24 02:32:42 +03:00
Alexey Milovidov
ac2ea9b198
Added 'query_thread_log' section to configuration file. Now query_thread_log doesn't work without this section.
2019-02-24 02:29:38 +03:00
alexey-milovidov
d529483469
Merge pull request #4487 from aurusov/master
...
mysqlxx::Pool is full checking exception fixed
2019-02-23 21:39:45 +03:00
Danila Kutenin
6c50a55777
Faster hash function and one comment removed
2019-02-23 21:26:09 +03:00
Andrey Urusov
7a5597aeb3
mysqlxx::Pool is full checking exception fixed
2019-02-23 18:10:14 +03:00
Danila Kutenin
6736dcc96b
A bit better performance, return old name to function
2019-02-22 22:43:47 +03:00
Alexey Zatelepin
46520e2887
protect zk variable with a mutex [#CLICKHOUSE-3977]
2019-02-22 22:41:33 +03:00
Alex Zatelepin
34346e37eb
Merge pull request #4472 from yandex/speedup-ddl-cleanup
...
Fix hangup on server shutdown if distributed DDLs were used.
2019-02-22 21:42:05 +03:00
Alexey Milovidov
0d9c438864
Added a test
2019-02-22 20:16:11 +03:00
chertus
14faa95c83
fix table functions & RequiredSourceColumnsVisitor
2019-02-22 20:08:10 +03:00
Alexey Milovidov
85c0ba1e70
Do not create part_log if it is not defined in configuration file
2019-02-22 19:10:14 +03:00
Alexey Milovidov
ea774a449e
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-22 18:59:39 +03:00
Alexey Milovidov
6c74807f9b
Miscellaneous
2019-02-22 18:59:29 +03:00
Michael Monashev
6310fa07ee
Update alter.md ( #4482 )
...
Исправлена опечатка.
2019-02-22 18:52:36 +03:00
chertus
8bff0d74c0
minor changes
2019-02-22 18:45:47 +03:00
alesapin
e22a6cd6ec
Remove mongo
2019-02-22 16:43:31 +03:00
chertus
9e2aa47478
simplify InDepthNodeVisitor
2019-02-22 16:33:56 +03:00
alexey-milovidov
3ca8878964
Merge pull request #4473 from proller/fix22
...
Allow to skip setting of core_dump.size_limit, warning instead of throw if limit set fail
2019-02-22 15:53:28 +03:00
alexey-milovidov
40ad81f9cc
Merge pull request #4479 from yandex/changelog_19_1_9_and_19_3_5
...
Add changelog for 19.1.9 and 19.3.5
2019-02-22 15:51:24 +03:00
alexey-milovidov
a08c8f5087
Update CHANGELOG.md
2019-02-22 15:51:17 +03:00
alexey-milovidov
b58844ae9c
Update CHANGELOG.md
2019-02-22 15:50:46 +03:00