Commit Graph

40762 Commits

Author SHA1 Message Date
Gleb Novikov
665c6b7f59 Added new files to ya make 2020-05-19 12:38:43 +03:00
Nikolai Kochetov
daa519a654 Fix ya.make 2020-05-19 12:04:56 +03:00
Ivan Blinkov
62b302e698
Better link @ adopters.md 2020-05-19 11:48:24 +03:00
Yatsishin Ilya
e3c692bc48 fix issues 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
c66d1a03eb set nostrip for build with binaries export 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
9c551b8b4d set USE_GTEST for tests build 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
d961707512 add targets dependecies to tests 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
8d190f316d wip 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
b780adb241 wip 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
60f9d2088d wip 2020-05-19 10:54:08 +03:00
Yatsishin Ilya
1086cf7691 wip 2020-05-19 10:54:08 +03:00
Azat Khuzhin
f57ac3d3f0 Update test_part_log_table
- system_tables_lazy_load
- SYSTEM FLUSH LOGS
2020-05-19 10:47:47 +03:00
Azat Khuzhin
249a1eb7f9 Fix test_server_initialization, but looking into default database only 2020-05-19 10:43:37 +03:00
BayoNet
266fa9d99c
DOCS-627: Fixed language and markup in EN version and translated to RU. (#11001)
* DOCSUP-1063 (#114)

* added first draft

* added translation for force_optimize_skip_unused_shards and fixed anchors

* fixes

* fixes

* fixed alter.md

Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>

* CLICKHOUSEDOCS-627: Updated templated.

* Fixed markup.

* CLICKHOUSEDOCS-627: Fixed links.

Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
2020-05-19 09:02:30 +03:00
Ivan Blinkov
4c159500c4
Update index.md 2020-05-19 09:02:07 +03:00
Frank Zhao
fcf5f4e10c
[Doc] fix Chinese directory name (#10960)
* Update index.md

Although "engine" translate to "发动机" directly, but "发动起" is more like a car engine, and "表引擎" means "table engine" in English and will fit in this context

* Update index.md

Use "engine" rather than "table engine"
2020-05-19 09:01:21 +03:00
Anton Popov
58ed04dc24 materialize TTL after its modifying 2020-05-19 04:53:01 +03:00
alexey-milovidov
5b820091a7
Merge pull request #11020 from excitoon/patch-9
Fixed link to external dictionaries
2020-05-19 03:58:41 +03:00
Azat Khuzhin
04aa6dd7e3 Update test_system_tables_lazy_load to cover both cases and make it run 2020-05-19 03:03:45 +03:00
Azat Khuzhin
e1fbf82d0c Disable system_tables_lazy_load by default
Refs: #9642
Refs: #10359
2020-05-19 02:41:18 +03:00
Azat Khuzhin
ef01eb954f Add note about system_tables_lazy_load into config.xml 2020-05-19 02:41:18 +03:00
alexey-milovidov
b6b7e30e41
Merge pull request #11017 from ClickHouse/playground-minor
[docs] minor playground.md improvements
2020-05-19 01:27:04 +03:00
alexey-milovidov
3d5e8e0f2c
Merge pull request #11024 from vzakaznikov/fix-00979_live_view_watch_continuous_aggregates
Fixing 00979_live_view_watch_continuous_aggregates test
2020-05-19 01:21:11 +03:00
Azat Khuzhin
e9dc2cbcf7 Add missing SYSTEM FLUSH LOGS before TRUNCATE TABLE in clickhouse-test
Suggested-by: @filimonov
2020-05-19 01:12:51 +03:00
Artem Zuikov
97c7447130
Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
Nikolai Kochetov
075ccceee9 Fix tests. 2020-05-19 00:38:28 +03:00
Alexander Kuzmenkov
c34ea27362 performance comparison 2020-05-19 00:15:33 +03:00
Nikolai Kochetov
0ec321a811 Fix ya.make 2020-05-19 00:01:33 +03:00
alexey-milovidov
551fbf8519
Update HTTPHandlerFactory.cpp 2020-05-18 22:46:32 +03:00
Alexander Kuzmenkov
a54773f947 Add more logs to debug trace_log overflow 2020-05-18 22:33:12 +03:00
Ivan Blinkov
d2211f3acb
Remove incorrect comment 2020-05-18 22:20:49 +03:00
Alexey Milovidov
08ff5b5966 Add NCHAR and NVARCHAR synonims 2020-05-18 22:13:13 +03:00
Nikolai Kochetov
4ce0ef6055 Fix tests. 2020-05-18 21:40:01 +03:00
Azat Khuzhin
bd86f15680 Use QueryFinish over magic const in tests
Find all usages with:
  $ git grep 'type[ ]*=[ ]*2' tests/queries/0_stateless/

Sure this is not all...
2020-05-18 21:18:37 +03:00
Azat Khuzhin
32071ba080 Do not add event_date/event_time condition for system.*_log
Also some of them can be even more simplified, since the system.*_log
are empty most of the time there should not be any conditions at all
(i.e. `query` LIKE and so on).
2020-05-18 21:18:37 +03:00
Azat Khuzhin
bdbfa08e02 Truncate system.*_log by default in tests
Enable it by default due to:
- it is a sane default
- avoids modifying docker images
2020-05-18 21:18:37 +03:00
Vitaliy Zakaznikov
59a1c230cd Fixing tests/queries/0_stateless/00979_live_view_watch_continuous_aggregates.py. 2020-05-18 20:17:29 +02:00
Vladimir Chebotarev
8552d5e9b7
Fixed link to external dictionaries 2020-05-18 19:49:06 +03:00
Ivan Blinkov
15f704095a
[docs] support dark mode in AMP version (#11019) 2020-05-18 19:44:11 +03:00
Nikolai Kochetov
0ce9afd1e3 Try fix tests. 2020-05-18 19:19:43 +03:00
alesapin
5a456032b8
Merge pull request #11012 from ClickHouse/docs_better_background_pool_size_description
Better background_pool_size description in docs
2020-05-18 18:55:02 +03:00
Nikolai Kochetov
deeae66455 Fix clang build. 2020-05-18 18:52:00 +03:00
Ivan Blinkov
2d71089ad0
[docs] improve headerlink handling (¶) (#11016) 2020-05-18 18:28:33 +03:00
Ivan Blinkov
c7ec354362
[docs] rel=canonical match symlinks in sources (#11013) 2020-05-18 17:43:38 +03:00
Ivan Blinkov
452ad9bf2e
[docs] add edit link on narrow screens (mobile) (#11014) 2020-05-18 17:38:36 +03:00
Ivan Blinkov
99cdb1211d
[docs] minor playground.md improvements 2020-05-18 17:37:24 +03:00
Ivan Blinkov
bf66693a85
Get rid of "Note Note" 2020-05-18 17:29:05 +03:00
Nikolai Kochetov
0e48cb1f80 Removed allow_processors flag from executeQuery(). 2020-05-18 16:55:07 +03:00
Alexander Tokmakov
6af9c78476 remove data on DROP DATABASE 2020-05-18 16:51:01 +03:00
alesapin
bec7d1ce93
Fix style check 2020-05-18 16:49:19 +03:00