proller
|
82a361d0e9
|
Show error to client if query was killed (#1989)
* Show error to client if query was killed
* Kill exception v2
* Use kill
* fix
* wip
* fix
* fxi
* try fix
* Revert "try fix"
This reverts commit eb76e4c040 .
* QUERY_WASCANCELLED
* Fxi all cancel()
* fix
|
2018-03-06 00:09:39 +03:00 |
|
Alexey Milovidov
|
fa50fe80a0
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-19 03:45:32 +03:00 |
|
Alexey Milovidov
|
7415513151
|
Return single row for aggregation without keys on empty set: development [#CLICKHOUSE-1920] #51
|
2018-02-18 08:35:48 +03:00 |
|
Alexey Milovidov
|
a4c10f7499
|
Header in every stream: development [#CLICKHOUSE-2]
|
2018-02-18 07:17:11 +03:00 |
|
Alexey Milovidov
|
afe09d3138
|
Removed unused code [#CLICKHOUSE-2]
|
2018-02-18 06:46:18 +03:00 |
|
Alexey Milovidov
|
754a4296df
|
Header in every stream: fixed non-deterministic test [#CLICKHOUSE-2]
|
2018-02-18 06:23:48 +03:00 |
|
Alexey Milovidov
|
9996e181e1
|
Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2]
|
2018-01-06 21:10:44 +03:00 |
|
Alexey Milovidov
|
e9ae193870
|
Implemented some suggestions from clang-tidy (part 1) [#CLICKHOUSE-3301].
|
2017-09-08 05:29:47 +03:00 |
|
Alexey Zatelepin
|
18672204e5
|
fix handling of overflow data during external aggregation [#CLICKHOUSE-3133]
|
2017-07-25 19:56:48 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|
Alexey Milovidov
|
137ad95929
|
Changed tabs to spaces in code [#CLICKHOUSE-3].
|
2017-04-01 11:35:09 +03:00 |
|
Alexey Milovidov
|
14c8003081
|
Normalized formatting [#CLICKHOUSE-3].
Apply in a loop:
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '^(\t*) ' | xargs sed -i -r -e 's/^(\t*) /\1\t/'
|
2017-03-26 04:28:07 +03:00 |
|
f1yegor
|
bc0d9a2cae
|
translate comments
|
2017-03-25 21:12:56 +01:00 |
|
proller
|
930ac5b2ce
|
move ClickHouseRevision to dbms
|
2017-03-16 13:51:41 +04:00 |
|
Alexey Milovidov
|
ca37f28b5f
|
Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944].
|
2017-01-02 23:45:27 +03:00 |
|
Alexey Milovidov
|
dae8814a71
|
Addition to prev. revision [#METR-2944].
|
2016-12-12 08:20:56 +03:00 |
|
Alexey Milovidov
|
0bdd22efe0
|
Addition to prev. revision [#METR-2944].
|
2016-12-12 08:15:34 +03:00 |
|