Azat Khuzhin
c9cc1ef516
Cover tmp_policy
2020-01-23 20:31:19 +03:00
Azat Khuzhin
88bfb788a9
Add ability to use multiple disks/volumes for temporary data
...
This patch adds <tmp_policy> config directive, that will define the
policy to use for storing temporary files, if it is not set (default)
the <tmp_path> will be used.
Also tmp_policy has some limitations:
- move_factor is ignored
- keep_free_space_bytes is ignored
- max_data_part_size_bytes is ignored
- must have exactly one volume
2020-01-23 20:31:01 +03:00
alesapin
1fa6adacbe
Merge pull request #8790 from ClickHouse/disable_flappy_tests
...
Disable some flappy tests
2020-01-23 17:41:17 +03:00
alexey-milovidov
39e34e0339
Merge pull request #8795 from abyss7/replxx
...
Restore support for \G suffix
2020-01-23 15:37:04 +03:00
Ivan Lezhankin
bfdab88efb
Restore \G suffix support
2020-01-23 14:18:47 +03:00
alesapin
e6958c0e49
Disable some flappy tests
2020-01-23 12:01:55 +03:00
Nikolai Kochetov
0e906b29e1
Merge pull request #8783 from ClickHouse/loop-math-perf
...
Math perftest.
2020-01-23 11:53:30 +03:00
Ivan
b80e3dcd46
Refactoring of replxx ( #8748 )
2020-01-23 11:18:19 +03:00
alexey-milovidov
2e849490bc
Merge pull request #8770 from millb/query_log
...
Created column exception_code in query_log table
2020-01-23 06:01:48 +03:00
tavplubix
8cfe9a4d66
Update ParsedTemplateFormatString.cpp
2020-01-22 23:09:23 +03:00
tavplubix
c00636bfa7
Update ParsedTemplateFormatString.cpp
2020-01-22 22:23:59 +03:00
Alexander Kuzmenkov
55be790199
Do not crash if the row template file is empty.
2020-01-22 21:27:09 +03:00
Nikolai Kochetov
f0b7422dcb
Loop queries for math perftest.
2020-01-22 19:56:49 +03:00
millb
eadb9022c8
Tests are changed
2020-01-22 18:32:38 +03:00
Mikhail Korotov
d68f8d1f8e
Update QueryLog.h
2020-01-22 16:58:36 +03:00
alexey-milovidov
c683c77633
Merge pull request #8768 from ClickHouse/processors-default
...
Enable Processors
2020-01-22 16:55:52 +03:00
millb
6fc7a827f6
Fixed bug with empty exception
2020-01-22 16:52:26 +03:00
millb
6cd6b4d3b2
exception_code is changed
2020-01-22 15:29:30 +03:00
Artem Zuikov
289f16978f
Merge pull request #8764 from 4ertus2/bugs
...
Fix toDecimalOrNull() with exception inside
2020-01-22 14:18:34 +03:00
alesapin
0d484be01a
Merge pull request #8767 from ClickHouse/aku/null-format
...
Fix sending no data to client with Null format.
2020-01-22 13:06:16 +03:00
Nikolai Kochetov
47ffa40f99
Merge pull request #8766 from vzakaznikov/issue_7878
...
Fix issue #7878
2020-01-22 12:54:59 +03:00
Yuriy
f916e7d079
enabled MySQL wire protocol by default on port 9004
2020-01-22 01:38:20 +03:00
millb
4cffb62b41
Created exception_code column in query_log table
2020-01-21 22:49:42 +03:00
Alexey Milovidov
5d33bedf80
Whitespace
2020-01-21 22:18:40 +03:00
alexey-milovidov
5e7f80c664
Merge pull request #8760 from kreuzerkrieg/GCCSuggestOverride
...
Add GCC warning to suggest virtual function override
2020-01-21 22:12:26 +03:00
Alexey Milovidov
de5da5db2e
Enable Processors
2020-01-21 21:12:45 +03:00
chertus
69fee6812b
variant without catch
2020-01-21 21:04:22 +03:00
Alexander Kuzmenkov
c7b94c70e8
Fix sending no data to client with Null format.
...
Looks like before it could only work accidentally due to some mighty
NRVO.
2020-01-21 20:48:08 +03:00
alesapin
bef1eaeb98
Merge pull request #8753 from ClickHouse/fix_database_memory_wrong_data_path
...
Fix wrong data path in DatabaseMemory
2020-01-21 20:21:10 +03:00
Vitaliy Zakaznikov
507609b611
Fixing styling issues.
2020-01-21 11:18:41 -05:00
Vitaliy Zakaznikov
b2bfa6f938
Removing code used for debugging.
2020-01-21 17:11:21 +01:00
Vitaliy Zakaznikov
1b5f6e37cb
First attempt to fix issue https://github.com/ClickHouse/ClickHouse/issues/7878
2020-01-21 17:02:40 +01:00
kreuzerkrieg
4225ca4eec
Add GCC warning to suggest virtual function override
2020-01-21 17:34:55 +02:00
chertus
cc5fc0a825
fix toDecimalOrNull with exception inside
2020-01-21 16:24:54 +03:00
Alexander Tokmakov
cdfc17e9b1
check path in constructor
2020-01-21 14:11:11 +03:00
kreuzerkrieg
a256741cf9
Add GCC warning to suggest virtual function override
2020-01-21 13:10:32 +02:00
Nikolai Kochetov
c28e224e24
Merge pull request #8735 from ClickHouse/processors-5.12
...
Processors 5.12
2020-01-21 11:51:07 +03:00
Nikolai Kochetov
d9738bb88e
Disable processors by default.
2020-01-21 11:50:43 +03:00
alexey-milovidov
2a1fb20c27
Merge pull request #8720 from ClickHouse/GrigoryPervakov-vfs-s3
...
Merging DiskS3
2020-01-21 02:06:41 +03:00
alexey-milovidov
c4e2d71b48
Merge pull request #8749 from ikopylov/function-bitCount-Int16-Int8-perf
...
bitCount performance: special handling for Int16 and Int8
2020-01-21 00:12:34 +03:00
Alexander Tokmakov
05c4405b65
fix
2020-01-20 23:08:47 +03:00
Alexey Milovidov
e4ff88a604
Added a test from Zlobober #5610
2020-01-20 22:43:57 +03:00
alexey-milovidov
9f550fc97f
Merge pull request #8744 from filimonov/test_for_incremental_filling_with_feedback
...
Test for incremental filling with feedback
2020-01-20 22:03:29 +03:00
Nikolai Kochetov
ccb124ebdf
Update SortingTransform.
2020-01-20 19:48:15 +03:00
ikopylov
f5f36f0199
bitCount performance: special handling for Int16 and Int8
2020-01-20 19:36:03 +03:00
Alexey Milovidov
856962b290
Fixed test
2020-01-20 19:33:43 +03:00
Alexey Milovidov
24a8bfe096
Minor improvements
2020-01-20 18:57:13 +03:00
Mikhail Filimonov
bfb448b209
Test for incremental filling from 2 sources with feedback
2020-01-20 14:04:16 +01:00
Alexey Milovidov
d547c23300
Minor modification
2020-01-20 15:58:55 +03:00
Alexey Milovidov
09f3890b20
Merge branch 'master' into GrigoryPervakov-vfs-s3
2020-01-20 15:39:15 +03:00