kssenii
|
4cd62227cf
|
Almost done
|
2021-08-28 17:34:23 +03:00 |
|
Vitaly Baranov
|
63e8bc1f20
|
Added new commands BACKUP and RESTORE.
|
2021-08-23 23:41:45 +03:00 |
|
Vitaly Baranov
|
2ac97c7fc3
|
Make IDatabase::getTablesIterator() const.
|
2021-08-23 23:41:45 +03:00 |
|
Alexander Tokmakov
|
0f377fc4d8
|
Merge branch 'master' into fix_no_column_materialized_mysql
|
2021-07-05 22:07:56 +03:00 |
|
Nikolai Kochetov
|
afc1fe7f3d
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
|
Azat Khuzhin
|
6348497d1b
|
Cleanup IDatabase.h from extra headers
From IDatabase.h depends ~300 CU.
- drop unused
- use forward declaration whenever is possible
|
2021-05-06 09:07:59 +03:00 |
|
Maksim Kita
|
561b045991
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
3cb4d1bdcb
|
Fixed style check
|
2021-04-26 13:52:41 +03:00 |
|
Maksim Kita
|
a9917a6540
|
Refactored StorageDictionary
|
2021-04-26 13:52:41 +03:00 |
|
Alexander Tokmakov
|
4108a235f5
|
make separate functions
|
2021-04-20 14:22:02 +03:00 |
|
Alexander Tokmakov
|
0354312294
|
minor fixes in attach query
|
2021-04-17 22:43:02 +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 |
|
Alexander Tokmakov
|
15256d86e5
|
better replica recovery and queue cleanup
|
2021-02-10 23:30:40 +03:00 |
|
Mikhail Filimonov
|
f6097cf818
|
Adding DETACH TABLE PERMANENTLY
|
2020-12-14 15:28:59 +01:00 |
|
Alexander Tokmakov
|
e82c63e05c
|
fixes
|
2020-11-24 15:28:54 +03:00 |
|
Alexander Tokmakov
|
dce0bf8efc
|
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
|
2020-11-24 15:28:31 +03:00 |
|
Pavel Kruglov
|
ee8a9d2cf1
|
Don't touch MySQL database if it's unnecessary
|
2020-10-15 18:57:17 +03:00 |
|
Alexander Tokmakov
|
41e99cf261
|
Merge branch 'master' into allow_atomic_database_inside_materialize_mysql
|
2020-09-17 20:28:50 +03:00 |
|
Artem Zuikov
|
51ba12c2c3
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
|
Alexander Tokmakov
|
a812f7eb75
|
allow using Atomic database inside MaterializeMySQL
|
2020-09-14 22:25:02 +03:00 |
|
zhang2014
|
e496225641
|
ISSUES-4006 try fix build failure & review comment
|
2020-08-07 12:53:33 +08:00 |
|
Alexander Tokmakov
|
ebf98ba006
|
implement reneme dictionary query
|
2020-07-17 00:41:26 +03:00 |
|
Alexander Tokmakov
|
f6949b2f47
|
use dictionary ids
|
2020-07-15 22:25:31 +03:00 |
|
Alexander Tokmakov
|
7a5d532c7b
|
implement rename database for atomic
|
2020-07-07 15:11:58 +03:00 |
|
Alexander Tokmakov
|
383c583bdd
|
add uuid to atomic databases
|
2020-07-02 23:39:31 +03:00 |
|
alesapin
|
f262c4f652
|
Better comments
|
2020-06-22 12:49:21 +03:00 |
|
alesapin
|
d79982f497
|
Better locks in Storages
|
2020-06-18 19:10:47 +03:00 |
|
Alexey Milovidov
|
a6bf4b5d70
|
Fix error with Lazy database
|
2020-06-02 05:06:16 +03:00 |
|
Alexander Tokmakov
|
3cff070f89
|
add context to IDatabase methods
|
2020-05-28 23:10:45 +03:00 |
|
Alexander Tokmakov
|
f413061e0d
|
remove Context from some IDatabase methods
|
2020-04-23 19:51:48 +03:00 |
|
Alexander Tokmakov
|
b29bddac12
|
Merge branch 'master' into database_atomic
|
2020-04-20 14:09:09 +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 |
|
Alexander Tokmakov
|
d1024e76bd
|
fix
|
2020-04-13 18:46:36 +03:00 |
|
Alexander Tokmakov
|
08bae4668d
|
Merge branch 'master' into database_atomic
|
2020-04-06 16:18:07 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|