mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
In case of database level grant the database name may be a pattern, in case of table|column level grant the database name can not be a pattern. We use 'dont_check_global_grants' as a flag to determine if it's database level grant command (see SQLCOM_GRANT case, mysql_execute_command() function) and set db_is_pattern according to 'dont_check_global_grants' value.
19 KiB
19 KiB