Commit Graph

27108 Commits

Author SHA1 Message Date
alexey-milovidov
e441db9b67
Merge pull request #9971 from ClickHouse/fix-num-threads-in-distributed
Fix num threads in distributed
2020-04-01 05:03:44 +03:00
alexey-milovidov
300fb2f258
Merge pull request #9970 from vitlibar/fix-reusing-connection-after-change-of-default-settings
Fix reusing connection after changing user's default settings
2020-04-01 05:03:12 +03:00
alexey-milovidov
8670d0d28d
Merge pull request #9966 from vitlibar/fix-disabling-dcl-access-rights-in-readonly-mode
Fix disabling DCL access rights in readonly mode.
2020-04-01 05:01:59 +03:00
alexey-milovidov
61fbab4ccb
Merge pull request #9962 from vitlibar/fix-test_settings_constraints
Fix integration test test_settings_constraints
2020-04-01 04:58:09 +03:00
alexey-milovidov
e10cf89896
Merge pull request #9410 from excitoon-favorites/attachpart
Fixed `DeleteOnDestroy` logic in `ATTACH PART` and added few tests
2020-04-01 04:49:41 +03:00
alexey-milovidov
6eb3928567
Merge pull request #9975 from CurtizJ/tuple-literal
Fix use-after-free at syntax error
2020-04-01 04:46:21 +03:00
Nikolai Kochetov
47bc9edc63 Update test 2020-03-31 23:38:05 +03:00
Alexey Milovidov
a87de767a7 Pick comments and style changes from #4385 2020-03-31 23:14:16 +03:00
alexey-milovidov
576936f4e8
Merge pull request #9961 from ClickHouse/fix_zookeeper_implementation
Fix bug with wrong implementation in ZooKeeper API
2020-03-31 23:08:11 +03:00
alexey-milovidov
677406648d
Merge pull request #9927 from garneja/master
Fix a race between DDLWorker and DDLWorkerClnr during startup
2020-03-31 22:51:50 +03:00
alexey-milovidov
8dffb62b47
Merge pull request #9938 from achimbab/pr_windowFunnel
Fix bugs in windowFunnel()
2020-03-31 22:44:07 +03:00
alesapin
2b235f1b1a Remove dynamic cast from check 2020-03-31 22:33:37 +03:00
Anton Popov
6e305b2ec1 fix use-after-free at syntax error 2020-03-31 22:25:00 +03:00
Vladimir Chebotarev
8d4c7de231 Added test for attaching partitions across disk sets. 2020-03-31 21:00:29 +03:00
Vladimir Chebotarev
288cee5663 Fixed DeleteOnDestroy logic. 2020-03-31 21:00:29 +03:00
tavplubix
c424db85b4
fix timeout in 01098_temporary_and_external_tables 2020-03-31 20:25:13 +03:00
alesapin
aad0e21621 Fix style 2020-03-31 19:38:04 +03:00
alesapin
7f41087367 Rename parameter 2020-03-31 19:35:41 +03:00
Nikolai Kochetov
801ca4fbe6 Add perftest. 2020-03-31 19:34:06 +03:00
Vitaly Baranov
fcc7d4b031 Fix disabling DCL access rights in readonly mode. 2020-03-31 18:13:46 +03:00
Vitaly Baranov
5cd7b58499 Fix reusing connection after changing user's default settings via ALTER USER or ALTER SETTINGS PROFILE.
This fixes integration test "test_settings_constraints_distributed".
2020-03-31 18:08:01 +03:00
Nikolai Kochetov
3b933f8426 Fix number of threads for pipeline execution. 2020-03-31 17:55:02 +03:00
Nikolai Kochetov
be1f977073 Fix number of threads for pipeline execution. 2020-03-31 17:30:43 +03:00
Vitaly Baranov
0f90c590b1 Fix test_settings_constraints. 2020-03-31 14:46:30 +03:00
alesapin
9df8d1abf5 Fix bug with wrong implementation in ZooKeeper API 2020-03-31 14:45:55 +03:00
achulkov2
c77fe290d3
Fix mysql + join bug (#9949) 2020-03-31 13:52:26 +03:00
Artem Zuikov
cd1683a823
Rename joined table totals columns (#9939) 2020-03-31 13:38:24 +03:00
Vladimir Chebotarev
4839052ba2 Style and review fixes, fixed error code. 2020-03-31 12:02:03 +03:00
alesapin
b09a59de99
Merge pull request #9937 from ClickHouse/fix_parallel_alter_tests
Add hard timeouts to alter tests
2020-03-31 11:59:50 +03:00
alesapin
ab701ec0c5 Fix 00975_indices_mutation_replicated_zookeeper test 2020-03-31 11:54:46 +03:00
philip.han
4c8c2d2933 Add a comment of getOwnNullAdapter() 2020-03-31 06:53:36 +09:00
alexey-milovidov
621bcaf2eb
Merge pull request #9922 from ClickHouse/every_function_in_own_file_12
Every function in its own file, part 12
2020-03-30 16:22:15 +03:00
Alexey Milovidov
4a74e9c112 Fixed style 2020-03-30 16:21:54 +03:00
Alexander Kuzmenkov
be331e3e9c Make table names in some stateless tests unique.
Hoping this fixes strange failures we've been seeing under MemorySanitizer.
2020-03-30 15:59:01 +03:00
alexey-milovidov
9436a136b6
Merge pull request #9919 from azat/system.tables
system.tables improvements (total_rows/total_bytes/storage_policy)
2020-03-30 14:21:49 +03:00
Vitaly Baranov
cf8c722c91
Add test_random_inserts/__init__.py 2020-03-30 14:07:56 +03:00
alesapin
49a0b99c51 Add missed file 2020-03-30 13:40:23 +03:00
philip.han
210024cd3a Fix a corner case of windowFunnel with 'strict_order' 2020-03-30 19:35:54 +09:00
philip.han
d8ff25d364 Fix a bug that windowFunnel() returns null. 2020-03-30 19:29:13 +09:00
alesapin
8d19f9f7d7 Add hard timeouts to alter tests 2020-03-30 13:21:08 +03:00
Vitaly Baranov
119b16a2a5
Merge pull request #9924 from vitlibar/fix-multiple-hosts-in-create-user
Fix parsing multiple hosts in CREATE USER command.
2020-03-30 05:40:10 +03:00
Gagan Arneja
1d1070af71 Fix a race between DDLWorker and DDLWorkerClnr during startup that causes DDLWorker to exit because of ZooKeeper NONODE error 2020-03-29 18:12:29 -07:00
Vitaly Baranov
d2edeb7be4 Fix parsing multiple hosts in CREATE USER command. 2020-03-30 02:22:06 +03:00
Azat Khuzhin
3d3a82543a Fix optimize_trivial_count_query for queries with GROUP BY
Fixes: 00341_squashing_insert_select2
2020-03-30 00:37:54 +03:00
Azat Khuzhin
85df027651 Update 00693_max_block_size_system_tables_columns for total_rows/total_bytes 2020-03-30 00:37:54 +03:00
Azat Khuzhin
40f0acfd52 Update 00753_system_columns_and_system_tables for total_bytes 2020-03-30 00:37:54 +03:00
Azat Khuzhin
997c4682aa Add total_bytes to the system.tables 2020-03-30 00:37:54 +03:00
Azat Khuzhin
fe9a638540 Implement totalBytes() for StorageNull 2020-03-30 00:37:54 +03:00
Azat Khuzhin
ee89dfc92b Implement totalBytes() for StorageBuffer 2020-03-30 00:37:54 +03:00
Azat Khuzhin
bc32865e22 Implement totalBytes() for StorageMemory 2020-03-30 00:37:54 +03:00