mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
SQL: truncate syntax and privilege [closes #229]
This commit is contained in:
@ -140,6 +140,7 @@ GRANTEE TABLE_CATALOG TABLE_SCHEMA PRIVILEGE_TYPE IS_GRANTABLE
|
||||
'testuser3'@'localhost' def db_datadict CREATE TEMPORARY TABLES NO
|
||||
'testuser3'@'localhost' def db_datadict CREATE VIEW NO
|
||||
'testuser3'@'localhost' def db_datadict DELETE NO
|
||||
'testuser3'@'localhost' def db_datadict DELETE VERSIONING ROWS NO
|
||||
'testuser3'@'localhost' def db_datadict DROP NO
|
||||
'testuser3'@'localhost' def db_datadict EVENT NO
|
||||
'testuser3'@'localhost' def db_datadict EXECUTE NO
|
||||
|
Reference in New Issue
Block a user