Nikolay Degterinsky
b5a6e18511
Small fixes
2021-08-07 15:15:49 +00:00
Anna
ef1a73e78e
Update other-functions.md
2021-08-07 18:10:55 +03:00
Anna
230f0df06b
Merge branch 'master' into annadevyatova-DOCSUP-12212
2021-08-07 18:08:28 +03:00
Anna
1622371af1
Merge branch 'master' into annadevyatova-DOCSUP-12212
2021-08-07 18:07:37 +03:00
Azat Khuzhin
86ceaaadb9
Mark more tests as long
2021-08-07 17:40:09 +03:00
kssenii
01b4bd3f91
Fix some more tests
2021-08-07 14:28:12 +00:00
Alexey Milovidov
ee53d9448c
Fix documentation #27175
2021-08-07 16:58:14 +03:00
alexey-milovidov
0ee7b11645
Merge pull request #27325 from filimonov/less_clock_gettime
...
Less clock_gettime calls
2021-08-07 16:38:05 +03:00
Azat Khuzhin
07e1047b4f
Mark more tests as long
2021-08-07 16:30:12 +03:00
Azat Khuzhin
08beb313e8
Mark more tests as long
2021-08-07 15:06:01 +03:00
Dmitriy
d97df19e76
Fix link
...
Поправил ссылку.
2021-08-07 14:58:03 +03:00
Braulio Valdivielso
3fdc2aae19
test that the tcp handler returns correct http responses
...
I have added two tests. One checks the usual scenario where the
instance's config specifies a `http_port`. In that case, we expect the
`http_port` to be part of the response. The other scenario checks what
happens when the config doesn't specify a `http_port`. It's hard to
nail down the expectation there without hardcoding the error
response (which is not what we generally want) but I'm mainly checking
that no HTTP port is mentioned. This particular test would have failed
before my previous fix, because the TCP handler wouldn't have managed
to send back an HTTP response and `requests.post` would have thrown an
exception.
2021-08-07 11:56:05 +01:00
董海镔
3dcff2124c
rename bitmapSubsetOffsetLimit to subBitmap and modify the rb_offset_limit function logic
2021-08-07 18:47:33 +08:00
kssenii
ec9e82fb0c
Fix some tests
2021-08-07 10:12:59 +00:00
Nikolay Degterinsky
bf0297ccab
Fix stateless test
2021-08-07 09:51:35 +00:00
Azat Khuzhin
8f5ecb5ed6
Mark more tests as long
2021-08-07 12:50:42 +03:00
kssenii
bc7eaad5ca
Fix
2021-08-07 12:35:59 +03:00
kssenii
365e743831
Temporarily set cast_keep_nullable = 1
2021-08-07 09:03:23 +00:00
kssenii
9ca422f0c5
Introduce CAST for internal usage
2021-08-07 09:03:10 +00:00
Nikolay Degterinsky
0febbd4a1d
Fix build
2021-08-07 08:42:54 +00:00
Roman Bug
a63d7bd36f
Update docs/en/engines/database-engines/materialized-mysql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:38:34 +03:00
Roman Bug
094b191d70
Update docs/ru/engines/database-engines/materialized-mysql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:37:22 +03:00
Roman Bug
8201b5605f
Update docs/ru/engines/database-engines/materialized-mysql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:37:14 +03:00
Roman Bug
2a98353208
Update docs/en/engines/database-engines/materialized-mysql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:36:52 +03:00
Roman Bug
c6fcf90bf0
Update docs/en/engines/database-engines/materialized-mysql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:36:48 +03:00
Roman Bug
6c71fcdeb7
Update docs/en/engines/database-engines/materialized-mysql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:36:38 +03:00
Roman Bug
c9124d979d
Update docs/ru/engines/database-engines/materialized-mysql.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:36:28 +03:00
Roman Bug
3a69ad9d2b
Update docs/en/sql-reference/functions/string-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:36:19 +03:00
Roman Bug
c20bf2fbe4
Update docs/ru/sql-reference/functions/string-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-07 10:36:12 +03:00
Amos Bird
5ef59d4828
Add setting to log formatted query into system.query_log
2021-08-07 14:26:38 +08:00
Nikolay Degterinsky
00301cf36a
Ignore test in fasttest
2021-08-07 06:20:59 +00:00
Nikolay Degterinsky
c6a6bc8b1a
Add submodule bzip2
2021-08-07 06:18:14 +00:00
Amos Bird
aa33a7add1
Add settings to check hyperscan regexp length.
2021-08-07 13:07:41 +08:00
Nikolay Degterinsky
9a45458faf
Add bzip2 file compression
2021-08-07 00:25:52 +00:00
Braulio Valdivielso
6189757fed
change http error response
...
As reported in #27171 , the logic that generates the HTTP error
response didn't work in case the configuration hadn't specified a
`http_port`. The new logic checks whether the `http_port` was set in
the first place.
2021-08-06 23:32:37 +01:00
Alexander Tokmakov
5e2bfd5ba1
fix partition id validation
2021-08-06 23:56:51 +03:00
Azat Khuzhin
1fcbd1e196
Mark more tests as long
2021-08-06 23:46:29 +03:00
Dmitriy
6e821fc69a
Create the documentation of the encripted VFS
...
Задокументировал виртуальную файловую систему для шифрования данных.
2021-08-06 23:21:07 +03:00
Mike Kot
e2cee2576d
Fixing reading of /proc/meminfo
2021-08-06 22:33:21 +03:00
Nikolai Kochetov
74dd3a6af6
More fixes.
2021-08-06 22:10:54 +03:00
Nikolai Kochetov
28c33ce7c4
Add test.
2021-08-06 21:53:22 +03:00
Nikolai Kochetov
e068ea3913
Add test.
2021-08-06 21:51:43 +03:00
Nikolai Kochetov
3cbeab8959
Fix incorrect row-level filtering
2021-08-06 21:16:06 +03:00
alexey-milovidov
e1927118cd
Merge pull request #27181 from vdimir/issue-27169
...
Fix uninitialized memory in functions multiSearch* with empty array
2021-08-06 21:10:22 +03:00
alexey-milovidov
c748c2de9c
Merge pull request #27266 from azat/sys-block-poll-reopen-fix
...
Fix polling of /sys/block in case of block devices reopened on error
2021-08-06 21:07:11 +03:00
alexey-milovidov
ef7b695057
Merge pull request #27275 from Algunenano/fix_01099
...
01099_operators_date_and_timestamp: Use dates that work with all available timezones
2021-08-06 21:06:36 +03:00
Nikolai Kochetov
157ecef3c2
Merge pull request #27227 from ClickHouse/do-not-update-settings-for-view
...
Revert #24095 . User-level settings will affect queries from view.
2021-08-06 20:57:36 +03:00
tavplubix
822b40d6b9
Merge pull request #27317 from ClickHouse/tavplubix-patch-3
...
Update PVS checksum
2021-08-06 19:41:12 +03:00
Raúl Marín
8439135960
Try to make the test faster
2021-08-06 18:28:44 +02:00
mergify[bot]
c696817a79
Merge branch 'master' into control_execution_period_of_clearOldTemporaryDirectories
2021-08-06 16:16:22 +00:00