Commit Graph

16228 Commits

Author SHA1 Message Date
Alexey Milovidov
4b099e385b Fixed typo #2482 2018-07-04 20:28:06 +03:00
Alexey Milovidov
f00f9d1f9a Merge branch 'master' into CLICKHOUSE-2910 2018-07-04 16:29:58 +03:00
Alexey Milovidov
158742831e Little better #2482 2018-07-04 16:29:31 +03:00
Alexey Milovidov
9845814701 Obfuscator: added heuristic #2518 2018-06-30 22:03:26 +03:00
Alexey Milovidov
394b020869 Fixed potential issue in Obfuscator on illegal UTF-8 source #2518 2018-06-30 02:27:56 +03:00
Alexey Milovidov
33205bba92 Disabled "LOAD DATA LOCAL INFILE" in mysql client because it has security issues [#CLOUDSECURITY-58] 2018-06-29 21:06:07 +03:00
Nikolai Kochetov
f5ecd410ae Renamed test. 2018-06-29 17:05:02 +03:00
Alexey Zatelepin
3cbced0d2a add integration test for mutations of Replicated tables [#CLICKHOUSE-3747] 2018-06-29 16:46:28 +03:00
Alexey Milovidov
74a8996367 Updated information about Gentoo (tnx. kmeaw) [#CLICKHOUSE-2] 2018-06-29 15:07:07 +03:00
Alexey Milovidov
e051998e1c Renamed setting "send_logs_level" #2482 2018-06-28 23:11:14 +03:00
Alexey Milovidov
5d00a23f47 Leave thread number in log in a consistent place #2482 2018-06-28 23:04:13 +03:00
Alexey Milovidov
d8654d07e1 Auto version update to [54389] 2018-06-28 22:43:27 +03:00
Alexey Milovidov
3894f094ea Fixed setting descriptions #2482 2018-06-28 22:40:18 +03:00
alexey-milovidov
1381369638
Update Defines.h 2018-06-28 20:48:05 +03:00
alexey-milovidov
3904ba561f
Merge branch 'master' into CLICKHOUSE-2910 2018-06-28 20:47:25 +03:00
Alexey Milovidov
e994675867 Merge branch 'stavrolia-query_in_form_data' 2018-06-28 20:35:28 +03:00
Alexey Milovidov
d4eefc414c Merge branch 'query_in_form_data' of https://github.com/stavrolia/ClickHouse into stavrolia-query_in_form_data 2018-06-28 20:34:58 +03:00
alexey-milovidov
b7ac6ac8c1 Update IAST.cpp 2018-06-28 20:25:09 +03:00
Nikolai Kochetov
782caef119 Added IAST::appendColumnName(WriteBuffer &); reimplemented IAST::getColumnName() using it. 2018-06-28 20:25:09 +03:00
Nikolai Kochetov
bd4a899dd3 Reduced the number of IAST::getColumnName() calls in ExpressionAnalyzer. 2018-06-28 20:25:09 +03:00
Nikolai Kochetov
29ef36a270 Added test. [#CLICKHOUSE-3794] 2018-06-28 20:15:12 +03:00
Nikolai Kochetov
acd6c8fafd Supported array(tuple) arguments for arrayEnumerateUniq function. [#CLICKHOUSE-3794] 2018-06-28 20:15:12 +03:00
Alexey Milovidov
6f21706f65 Added test #2553 2018-06-28 19:05:41 +03:00
Alexey Milovidov
493b67d051 Removed useless file [#CLICKHOUSE-2] 2018-06-28 18:59:39 +03:00
alexey-milovidov
b06801a3d3
Update index.md 2018-06-28 18:15:37 +03:00
alexey-milovidov
d2e399f688
Update index.md 2018-06-28 18:13:29 +03:00
Nikolai Kochetov
ebde528506 Create default macros in global context. [#CLICKHOUSE-3793] 2018-06-28 17:11:09 +03:00
Alexey Zatelepin
b8c4a0ba8e add docs draft for mutations [#CLICKHOUSE-3687] 2018-06-28 16:52:00 +03:00
Alex Zatelepin
808fe31381
Merge pull request #2526 from yandex/changelog-draft
Add ru changelog draft for the upcoming release
2018-06-28 16:45:12 +03:00
Mikhail Surin
c7a305eca3 fix float transform 2018-06-28 16:36:40 +03:00
stavrolia
5966b78d41 add case with external file 2018-06-27 21:53:11 +03:00
Alexey Zatelepin
e0afb1fab1 update changelog for v1.1.54388 2018-06-27 18:55:35 +03:00
robot-metrika-test
e03d523f19 Auto version update to [54388] 2018-06-27 16:10:59 +03:00
Alexey Zatelepin
2447755700 BackgroundSchedulePool: remove task from delayed even it it is currently executing
If the task was left in the delayed_tasks set, it could lead to a nasty bug:
delayExecutionThreadFunction() would schedule the task, then it would immediately
go on a next iteration and schedule the same task again. Thus this task would be
continually executing, and other delayed tasks would have no chance to run.
2018-06-27 13:47:58 +03:00
Alexey Zatelepin
497c635260 Update CHANGELOG_RU.md 2018-06-26 20:21:05 +03:00
Alexey Zatelepin
a9968e3a6c Merge branch 'master' into changelog-draft
Conflicts:
	CHANGELOG.draft.md
2018-06-26 16:51:58 +03:00
Alexey Zatelepin
2b3282f186 update changelog up to v1.1.54387 tag 2018-06-26 16:50:36 +03:00
Ivan Blinkov
225539bac2 Temporary fix for #2558 2018-06-26 16:14:32 +03:00
Dmitry S..ky / skype: dvska-at-skype
2ed5a7c2dd typo fixed 2018-06-26 16:13:34 +03:00
Nikolai Kochetov
0eed697623 Fixed typo. 2018-06-26 14:28:24 +03:00
stavrolia
e1cd4d22db Add test (#2490) 2018-06-25 21:17:10 +03:00
zhang2014
49d524244f ISSUES-2533 add numbers table function document 2018-06-25 21:10:35 +03:00
Max Vetrov
6e273978c5 Update mutator.cpp
Don't check variable res twice.
2018-06-25 21:04:57 +03:00
KochetovNicolai
ea59cb0b05
Update CHANGELOG.draft.md 2018-06-25 16:24:42 +03:00
KochetovNicolai
94dd3b0e1e
Merge pull request #2554 from yandex/issue-2525
Issue 2525
2018-06-25 16:00:22 +03:00
Nikolai Kochetov
7c95d15374 Added test. #2525 2018-06-25 13:57:28 +03:00
Nikolai Kochetov
91c9906c88 Fixed reading from ReplacingMergeTree from emprty row set after prewhere. #2525 2018-06-25 13:48:11 +03:00
robot-metrika-test
a21a9577f4 Auto version update to [54387] 2018-06-22 21:10:11 +03:00
Alexey Zatelepin
7ce4ebf1e1 fix test (disable random component in CleanupThread sleep period) 2018-06-22 18:53:59 +03:00
Alexey Zatelepin
7ce74d1730 ZooKeeper client: before the fix we waited 2x longer than necessary before the timeout 2018-06-22 18:30:29 +03:00