Yatsishin Ilya
|
160776f183
|
Add explicit main_configs, user_configs and dictionaries in integration tests.
|
2020-08-12 11:55:04 +03:00 |
|
Vitaly Baranov
|
a40885fa84
|
Add new command SHOW ACCESS.
|
2020-06-15 22:07:47 +03:00 |
|
Vitaly Baranov
|
9fe47df2e8
|
Support multiple users/roles in SHOW CREATE USER(ROLE, etc.) and SHOW GRANTS FOR commands.
Support syntax "SHOW CREATE USER ALL" and "SHOW GRANTS FOR ALL".
|
2020-06-15 22:07:47 +03:00 |
|
Vitaly Baranov
|
4bd00b02e2
|
Improve syntax of CREATE QUOTA. Now resource types and key types could be written with underscores.
Also rename columns key_type=>keys and source=>storage in table system.quotas.
|
2020-06-15 20:10:34 +03:00 |
|
Vitaly Baranov
|
5b84121d81
|
Improve system tables for quotas. Remove function currentQuota().
|
2020-05-13 19:40:48 +03:00 |
|
Vitaly Baranov
|
d548c7e381
|
Simplify DCL for creating quotas.
|
2020-04-09 10:22:51 +03:00 |
|
Vitaly Baranov
|
c97d12a19c
|
Enable access management by default for all integration tests.
|
2020-04-09 10:22:51 +03:00 |
|
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 |
|
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 |
|