mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-30056 Impossible to export column grants
This commit is contained in:
@ -134,7 +134,7 @@ GRANT SELECT (a) ON t1 TO foo;
|
||||
SHOW GRANTS FOR foo;
|
||||
Grants for foo@%
|
||||
GRANT USAGE ON *.* TO `foo`@`%`
|
||||
GRANT SELECT (a) ON `db`.`t1` TO `foo`@`%`
|
||||
GRANT SELECT (`a`) ON `db`.`t1` TO `foo`@`%`
|
||||
SELECT * FROM information_schema.check_constraints;
|
||||
CONSTRAINT_CATALOG CONSTRAINT_SCHEMA TABLE_NAME CONSTRAINT_NAME CHECK_CLAUSE
|
||||
def db t1 CONSTRAINT_1 `b` > 0
|
||||
|
Reference in New Issue
Block a user