Maksim Kita
|
c93666e0de
|
Fixed code review issues
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
375b77dbcb
|
Fixed integration tests
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
e69581d72f
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
43680d8ced
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
fa39c30b4b
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
64f49a981b
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
2e3e90b25b
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
a9917a6540
|
Refactored StorageDictionary
|
2021-04-26 13:52:41 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Maksim Kita
|
849a980644
|
Updated ExternalDictionariesLoader interface with context parameter
|
2021-03-20 18:02:09 +03:00 |
|
Maksim Kita
|
32831e37ba
|
Added table function dictionary
|
2021-03-19 15:47:27 +03:00 |
|
Mikhail Filimonov
|
2aeb72c09a
|
Fix for tiny issue #13850
|
2020-12-14 15:31:10 +01:00 |
|
tavplubix
|
e0dc004b95
|
Merge pull request #16885 from amosbird/dd
Disable ATTACH/DETACH TABLE <DICTIONARY>
|
2020-11-12 16:34:21 +03:00 |
|
Amos Bird
|
134786afd5
|
Disable ATTACH/DETACH TABLE <DICTIONARY>
|
2020-11-11 23:04:49 +08:00 |
|
Alexander Tokmakov
|
b94cc5c4e5
|
remove more stringstreams
|
2020-11-10 21:22:26 +03:00 |
|
alexey-milovidov
|
f4ba5f1f9a
|
Merge pull request #16772 from ClickHouse/fix-stringstream
Fix "server failed to start" error
|
2020-11-08 14:27:08 +03:00 |
|
Alexey Milovidov
|
fd84d16387
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
|
Azat Khuzhin
|
b838214a35
|
Pass non-const SelectQueryInfo (and drop mutable qualifiers)
|
2020-10-02 22:42:35 +03:00 |
|
Alexander Tokmakov
|
7fcf20e48c
|
enable more tests
|
2020-09-22 17:29:09 +03:00 |
|
Alexander Tokmakov
|
13e41cdd20
|
try enable atomic database by default
|
2020-09-21 13:55:34 +03:00 |
|
Nikolai Kochetov
|
2cca4d5fcf
|
Refactor Pipe [part 2].
|
2020-08-03 16:54:14 +03:00 |
|
Vitaly Baranov
|
99e9b15e00
|
Make code clearer: use enum instead of bool internal .
|
2020-07-05 17:14:29 +03:00 |
|
Vitaly Baranov
|
ab343132de
|
Fix handling dependency of table with ENGINE=Dictionary on dictionary.
|
2020-07-03 22:05:53 +03:00 |
|
alesapin
|
c9fa5d2ec3
|
Better naming
|
2020-06-19 18:39:41 +03:00 |
|
alesapin
|
36ba0192df
|
Metadata in read and write methods of IStorage
|
2020-06-15 22:08:58 +03:00 |
|
alesapin
|
af2fe2ba55
|
Compilable setColumns, setConstraints, setIndices
|
2020-06-15 19:55:33 +03:00 |
|
Vitaly Baranov
|
d62345bbaa
|
Show information about not loaded dictionaries in system.columns, system.tables
and in "SHOW TABLES" executed in any database with the "Dictionary" engine.
|
2020-04-18 12:50:54 +03:00 |
|
alesapin
|
9cc7d0f06a
|
Fix 'Cannot add column' error while creating range_hashed dictionary using DDL queries
|
2020-04-13 17:34:01 +03:00 |
|
Azat Khuzhin
|
5b3c635200
|
Do not break DROP DICTIONARY after DROP TABLE executed on dictionary
|
2020-04-10 21:10:32 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|