Hi, Oleg,

ok to push.
Just one comment below.

On Nov 20, Oleg Smirnov wrote:
> revision-id: dadcf5ed7b1 (mariadb-11.0.1-259-gdadcf5ed7b1)
> parent(s): b8f9f796ff8
> author: Oleg Smirnov
> committer: Oleg Smirnov
> timestamp: 2023-11-20 19:35:36 +0700
> message:
> 
> MDEV-24486 Add `table_privileges` view to the `sys` schema
> 
> The existing INFORMATION_SCHEMA.TABLE_PRIVILEGES displays only those
> privileges that were specifically granted on the table level,
> whereas it may be useful to see privileges granted at the database
> and global level.
> 
> diff --git a/scripts/sys_schema/NEWS.md b/scripts/sys_schema/NEWS.md
> index 7aeefb7edf9..12ce1382b75 100644
> --- a/scripts/sys_schema/NEWS.md
> +++ b/scripts/sys_schema/NEWS.md
> @@ -1,5 +1,12 @@
>  # Change history for the MySQL sys schema
>  
> +## 1.5.2 (11/20/23)
> +
> +### Improvements
> +
> +* A new `table_privileges` view was added, which displays privileges to 
> tables granted at all levels (user, schema, table)

is it "privileges to tables"? I feel like "privileges on tables" would
be more correct. It's GRANT privilege ON object TO user

same it two other places.

> +
> +
>  ## 1.5.1 (07/07/16)

Regards,
Sergei
Chief Architect, MariaDB Server
and secur...@mariadb.org
_______________________________________________
developers mailing list -- developers@lists.mariadb.org
To unsubscribe send an email to developers-le...@lists.mariadb.org

Reply via email to