Alexey Milovidov
58a6accee5
Updated test #4246
2019-02-10 19:55:12 +03:00
Alexey Milovidov
4799a343ee
Addition to prev. revision #4246
2019-02-10 19:22:38 +03:00
Alexey Milovidov
d22b52b933
Allow constant expressions in LIMIT BY and TOP; fixed error #4246
2019-02-10 18:27:27 +03:00
Alexey Milovidov
c603d270f4
Cleanups #4246
2019-02-10 18:17:45 +03:00
alexey-milovidov
75c087bcf5
Merge branch 'master' into arbitrary-const-expressions-in-limit
2019-02-10 17:20:31 +03:00
Alexey Milovidov
12d4dc8592
Renamed setting #4198
2019-02-10 02:53:57 +03:00
alexey-milovidov
5853de4d2b
Merge pull request #4198 from edonin/master
...
Support of Nullable types in MySQL tables
2019-02-10 02:45:45 +03:00
alexey-milovidov
77ce3dab0f
Merge pull request #4320 from yandex/bitmask-ubsan
...
Fixed error found by UBSan; added a test for bitmask functions for negative input
2019-02-10 01:27:04 +03:00
alexey-milovidov
bb6d70cae6
Merge pull request #4321 from yandex/entropy-rework
...
Fixed entropy aggregate function
2019-02-10 01:26:45 +03:00
alexey-milovidov
9650c4a0da
Merge pull request #4286 from nikvas0/nikvas0/index_fix
...
Data Skipping Indices fix
2019-02-10 00:53:04 +03:00
alexey-milovidov
2777e54a57
Merge pull request #4287 from yandex/mutations-introspection
...
KILL MUTATION
2019-02-10 00:51:30 +03:00
Alexey Milovidov
f794ebbec4
Fixed implementation of "arrayWithConstant" #4309
2019-02-10 00:13:58 +03:00
Alexey Milovidov
a01427db27
Merge branch 'master' of https://github.com/Stupnikov/ClickHouse into Stupnikov-master
2019-02-10 00:04:17 +03:00
Alexey Milovidov
871670d4fb
Fixed test
2019-02-10 00:03:42 +03:00
Alexey Milovidov
7d86f2debe
Added comments
2019-02-09 23:35:55 +03:00
Alexey Milovidov
bf95f19655
Fixed entropy aggregate function #4238
2019-02-09 23:17:20 +03:00
Alexey Milovidov
d705c4fc9c
Fixed error found by UBSan; added a test for bitmask functions for negative input
2019-02-09 22:44:27 +03:00
proller
a95d2d153d
Build ARM fix ( #4306 )
...
* Build ARM fix
* Fix warning: declaration shadows a local variable
* Add info about SPLIT_SHARED_LIBRARIES
* Fix cpuid on ARM
* release: better pbuilder autoinstall
2019-02-09 01:09:32 +03:00
alexey-milovidov
e7541f03dd
Merge pull request #4305 from vitlibar/add-freebsd-aio-support
...
Add FreeBSD AIO support.
2019-02-09 01:06:41 +03:00
alexey-milovidov
bb333643f0
Merge pull request #4307 from 4ertus2/joins
...
New portion of SyntaxAnalyzer refactoring
2019-02-09 01:04:46 +03:00
chertus
c24ba390b3
fix test
2019-02-08 20:21:28 +03:00
Alexey Milovidov
322c46383e
Addition to prev. revision #4297
2019-02-08 20:17:16 +03:00
Alexey Milovidov
6d23bbabd0
Merge branch 'master' into fix-insert-select-read-prefix
2019-02-08 19:55:06 +03:00
Alexey Milovidov
3d55e375ff
Merge branch 'master' of github.com:yandex/ClickHouse
2019-02-08 19:54:15 +03:00
Alexey Milovidov
277484297a
Aggregator: miscellaneous
2019-02-08 19:54:04 +03:00
alexey-milovidov
dca242f316
Merge pull request #4313 from yandex/fix-error-in-system-tables
...
Fixed error in system.tables
2019-02-08 19:32:43 +03:00
chertus
668b220258
fix push down
2019-02-08 18:37:43 +03:00
Alexey Milovidov
9599e8ad2a
Addition to prev. revision #4297
2019-02-08 18:21:06 +03:00
Alexey Milovidov
8037da4701
Merge branch 'master' into fix-insert-select-read-prefix
2019-02-08 17:36:38 +03:00
Alexey Milovidov
c2b6b15778
Fixed error in system.tables #3982
2019-02-08 17:10:26 +03:00
Vitaly Baranov
49611e87e9
Fix build and code-style.
2019-02-08 16:36:58 +03:00
Alexey Milovidov
94d43c4cb2
Fixed error with dangling pointer on stack to ThreadStatus
2019-02-08 16:23:10 +03:00
chertus
6309377323
remove fix for JOIN ON columns in collectUsedColumns
2019-02-08 14:14:48 +03:00
Stupnikov Andrey
dbc9376a0f
arrayWithConstant function implementation;
2019-02-08 02:24:07 +03:00
Nikita Vasilev
cecbd5d0ac
Merge remote-tracking branch 'upstream/master' into nikvas0/index_fix
2019-02-08 00:17:35 +03:00
chertus
db9a2060bf
get rid of custom JOIN ON names qualification
2019-02-07 22:18:40 +03:00
urgordeadbeef
f236ec93be
Add FreeBSD AIO support.
2019-02-07 21:48:09 +03:00
Emmanuel Donin de Rosière
c592006979
Support of Nullable types in MySQL function
...
Trying to fix style error
2019-02-07 18:05:50 +01:00
Emmanuel Donin de Rosière
896b64e823
Support of Nullable types in MySQL function
...
Trying to fix style error
2019-02-07 15:09:22 +01:00
Alexey Zatelepin
398a617bfd
don't throw exceptions when a query can't be killed (e.g. ALTER queries)
...
Instead report it in the KILL QUERY results
2019-02-07 16:53:06 +03:00
Emmanuel Donin de Rosière
cde57600d9
Support of Nullable types in MySQL function
...
Add setting 'external_tables_use_nulls'
2019-02-07 14:43:18 +01:00
Emmanuel Donin de Rosière
98b70f524c
Merge remote-tracking branch 'upstream/master'
2019-02-07 10:46:55 +01:00
Emmanuel Donin de Rosière
fd5656963d
Support of Nullable types in MySQL tables
...
fix code style
2019-02-07 10:46:11 +01:00
alexey-milovidov
7c830941a6
Merge pull request #4256 from zlobober/useful_what_in_exceptions
...
Make exception.what() less useless.
2019-02-07 12:15:43 +03:00
Vitaly Baranov
7ff5439971
Merge pull request #4298 from vitlibar/add-function-to-start-of-ten-minutes
...
Add function toStartOfTenMinutes().
2019-02-07 11:46:13 +03:00
Vitaly Baranov
7cbdb17f5b
Add function toStartOfTenMinutes().
2019-02-07 01:50:04 +03:00
Alexey Milovidov
c60db4b978
Better code
2019-02-07 00:47:31 +03:00
Alexey Milovidov
e6ae1e36b6
Addition to prev. revision #4297
2019-02-07 00:44:17 +03:00
Alexey Milovidov
bcd7d3cc63
Fixed wrong behaviour of -WithNames formats when doing INSERT SELECT ... FROM file #3469
2019-02-07 00:40:49 +03:00
alexey-milovidov
494529fa78
Merge pull request #4296 from yandex/system-logs-simpler
...
System logs: simplification
2019-02-06 23:21:39 +03:00