Commit Graph

37921 Commits

Author SHA1 Message Date
alexey-milovidov
61fbab4ccb
Merge pull request #9962 from vitlibar/fix-test_settings_constraints
Fix integration test test_settings_constraints
2020-04-01 04:58:09 +03:00
alexey-milovidov
e10cf89896
Merge pull request #9410 from excitoon-favorites/attachpart
Fixed `DeleteOnDestroy` logic in `ATTACH PART` and added few tests
2020-04-01 04:49:41 +03:00
alexey-milovidov
6eb3928567
Merge pull request #9975 from CurtizJ/tuple-literal
Fix use-after-free at syntax error
2020-04-01 04:46:21 +03:00
Alexey Milovidov
a87de767a7 Pick comments and style changes from #4385 2020-03-31 23:14:16 +03:00
alexey-milovidov
576936f4e8
Merge pull request #9961 from ClickHouse/fix_zookeeper_implementation
Fix bug with wrong implementation in ZooKeeper API
2020-03-31 23:08:11 +03:00
alexey-milovidov
677406648d
Merge pull request #9927 from garneja/master
Fix a race between DDLWorker and DDLWorkerClnr during startup
2020-03-31 22:51:50 +03:00
alexey-milovidov
9ca700eed8
Merge pull request #9941 from BayoNet/docs/CLICKHOUSEDOCS-138-regionToTopContinent
DOCS-138: regionToTopContinent
2020-03-31 22:46:51 +03:00
alexey-milovidov
8dffb62b47
Merge pull request #9938 from achimbab/pr_windowFunnel
Fix bugs in windowFunnel()
2020-03-31 22:44:07 +03:00
alesapin
2b235f1b1a Remove dynamic cast from check 2020-03-31 22:33:37 +03:00
Anton Popov
6e305b2ec1 fix use-after-free at syntax error 2020-03-31 22:25:00 +03:00
Vladimir Chebotarev
8d4c7de231 Added test for attaching partitions across disk sets. 2020-03-31 21:00:29 +03:00
Vladimir Chebotarev
288cee5663 Fixed DeleteOnDestroy logic. 2020-03-31 21:00:29 +03:00
tavplubix
c424db85b4
fix timeout in 01098_temporary_and_external_tables 2020-03-31 20:25:13 +03:00
Ivan Blinkov
a7f8b8acde
Workaround for top nav issue 2020-03-31 20:07:21 +03:00
alesapin
aad0e21621 Fix style 2020-03-31 19:38:04 +03:00
alesapin
7f41087367 Rename parameter 2020-03-31 19:35:41 +03:00
Ivan Blinkov
2d640a9bf8
Update build.py 2020-03-31 18:56:49 +03:00
Ivan Blinkov
9477864cd6
Update build.py 2020-03-31 18:37:48 +03:00
Ivan Blinkov
ad1ab0a8f2
Adjust wkhtmltopdf args 2020-03-31 17:21:24 +03:00
Ivan Blinkov
b5a36dd1b1
Update util.py 2020-03-31 16:34:57 +03:00
Ivan Blinkov
54277793c2
[docs] unprallelize temporarily 2020-03-31 16:31:16 +03:00
Ivan Blinkov
a2ceb92907
Update concatenate.py 2020-03-31 16:04:53 +03:00
Ivan Blinkov
487c088ab7
Temporary make wkhtmltopdf more verbose 2020-03-31 15:20:03 +03:00
Vitaly Baranov
0f90c590b1 Fix test_settings_constraints. 2020-03-31 14:46:30 +03:00
alesapin
9df8d1abf5 Fix bug with wrong implementation in ZooKeeper API 2020-03-31 14:45:55 +03:00
Ivan Blinkov
460cfc96e2
Update mdx_clickhouse.py 2020-03-31 14:22:56 +03:00
Ivan Blinkov
0dae1c27ec
Update a Slack link 2020-03-31 14:18:21 +03:00
Ivan Blinkov
06a375f49e
Update a Slack link 2020-03-31 14:17:28 +03:00
Ivan Blinkov
5b414ff509
fix mistype 2020-03-31 13:56:38 +03:00
achulkov2
c77fe290d3
Fix mysql + join bug (#9949) 2020-03-31 13:52:26 +03:00
Artem Zuikov
cd1683a823
Rename joined table totals columns (#9939) 2020-03-31 13:38:24 +03:00
Ivan Blinkov
6a48af8021
Update website.py 2020-03-31 13:35:56 +03:00
Ivan Blinkov
3fbc62d23e
[docs] try more aggressive httpd shutdown 2020-03-31 13:16:18 +03:00
Ivan Blinkov
cffa45608f
Update README.md 2020-03-31 12:37:59 +03:00
Ivan Blinkov
0b2bcd5bcd
Update README.md 2020-03-31 12:35:38 +03:00
Vladimir Chebotarev
4839052ba2 Style and review fixes, fixed error code. 2020-03-31 12:02:03 +03:00
alesapin
b09a59de99
Merge pull request #9937 from ClickHouse/fix_parallel_alter_tests
Add hard timeouts to alter tests
2020-03-31 11:59:50 +03:00
alesapin
ab701ec0c5 Fix 00975_indices_mutation_replicated_zookeeper test 2020-03-31 11:54:46 +03:00
Ivan Blinkov
747bc14514
Update build.py 2020-03-31 11:01:56 +03:00
Ivan Blinkov
23c34f8b5e
fix mistype 2020-03-31 10:18:18 +03:00
Ivan Blinkov
1a7cdfb18b
Try to get rid from httpd context manager (#9952)
* Try to get rid from httpd context manager

* Update build.py
2020-03-31 10:01:12 +03:00
philip.han
4c8c2d2933 Add a comment of getOwnNullAdapter() 2020-03-31 06:53:36 +09:00
Ivan Blinkov
2f40335390
Extra logging at build.py + rearrange ifs 2020-03-30 22:33:33 +03:00
Ivan Blinkov
7c2c8e2d1b
Update security_changelog.md 2020-03-30 22:13:03 +03:00
alexey-milovidov
621bcaf2eb
Merge pull request #9922 from ClickHouse/every_function_in_own_file_12
Every function in its own file, part 12
2020-03-30 16:22:15 +03:00
Alexey Milovidov
4a74e9c112 Fixed style 2020-03-30 16:21:54 +03:00
Ivan Blinkov
8820f8c7fa
Update tips.md 2020-03-30 16:20:50 +03:00
Ivan Blinkov
ebac76884f
Update roadmap.md 2020-03-30 16:19:58 +03:00
imgbot[bot]
64fa567007
[ImgBot] Optimize images (#9943)
/website/images/flags/fr.svg -- 0.24kb -> 0.20kb (16.06%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-03-30 16:16:29 +03:00
Ivan Blinkov
61cf32f8ac
Update build.py 2020-03-30 16:07:08 +03:00