mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added the following new privleges:
SHOW DATABASES CREATE TEMPORARY TABLE LOCK TABLES REPLICATION SLAVE & REPLICATION CLIENT SUPER EXECUTE All scripts & documentation is updated for this change. Added better error messages for global privileges
This commit is contained in:
@ -37,8 +37,8 @@ typedef struct st_grant_info
|
||||
{
|
||||
GRANT_TABLE *grant_table;
|
||||
uint version;
|
||||
uint privilege;
|
||||
uint want_privilege;
|
||||
ulong privilege;
|
||||
ulong want_privilege;
|
||||
} GRANT_INFO;
|
||||
|
||||
enum tmp_table_type {NO_TMP_TABLE=0, TMP_TABLE=1, TRANSACTIONAL_TMP_TABLE=2};
|
||||
|
Reference in New Issue
Block a user