Vitaly Baranov
|
b71ff6160a
|
Add the "access_management" option to users.xml which enables a user to manage access rights.
The option is turned off by default.
|
2020-04-07 23:31:54 +03:00 |
|
Vitaly Baranov
|
e5d8f05251
|
Rename sql command "CREATE POLICY" -> "CREATE ROW POLICY", "CREATE POLICY" is now an alias.
|
2020-04-07 23:20:38 +03:00 |
|
alesapin
|
82a87bc0d2
|
Fix replicated tables startup when updating from old version
|
2020-04-07 18:28:29 +03:00 |
|
Olga Khvostikova
|
834e458f26
|
Fix behaviour of globs in filepath with leading zeros
|
2020-04-07 16:46:12 +03:00 |
|
Nikita Mikhaylov
|
0c0eff36d1
|
move
|
2020-04-06 23:34:04 +03:00 |
|
alesapin
|
f0124ffc2b
|
Fix runner script
|
2020-04-06 21:30:51 +03:00 |
|
Alexander Tokmakov
|
08bae4668d
|
Merge branch 'master' into database_atomic
|
2020-04-06 16:18:07 +03:00 |
|
Vasily Nemkov
|
b441e8a408
|
Integration test for Distributed over Distributed (from #8640)
|
2020-04-04 13:47:34 +03:00 |
|
Alexander Tokmakov
|
9c67d2716e
|
Merge branch 'master' into database_atomic
|
2020-04-03 03:19:11 +03:00 |
|
alesapin
|
918e145ea5
|
Fix integration test
|
2020-04-02 11:51:21 +03:00 |
|
Ivan Lezhankin
|
c0a595355a
|
Move more dbms/tests to top-level
|
2020-04-02 03:32:39 +03:00 |
|
Ivan
|
97f2a2213e
|
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
|
2020-04-02 02:51:21 +03:00 |
|
Azat Khuzhin
|
5070b8a76a
|
Update test_insert_distributed_async_send for recent block conversion changes
After the implicit conversion had been added, String and
Nullable(String) successfully converted, let's use UInt64 over
Nullable(String).
|
2021-02-02 21:38:29 +03:00 |
|