mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
SQL: truncate syntax and privilege [closes #229]
This commit is contained in:
@@ -68,6 +68,7 @@ GRANTEE TABLE_CATALOG TABLE_SCHEMA PRIVILEGE_TYPE
|
||||
''@'%' def test CREATE ROUTINE
|
||||
''@'%' def test EVENT
|
||||
''@'%' def test TRIGGER
|
||||
''@'%' def test DELETE VERSIONING ROWS
|
||||
''@'%' def test\_% SELECT
|
||||
''@'%' def test\_% INSERT
|
||||
''@'%' def test\_% UPDATE
|
||||
@@ -84,6 +85,7 @@ GRANTEE TABLE_CATALOG TABLE_SCHEMA PRIVILEGE_TYPE
|
||||
''@'%' def test\_% CREATE ROUTINE
|
||||
''@'%' def test\_% EVENT
|
||||
''@'%' def test\_% TRIGGER
|
||||
''@'%' def test\_% DELETE VERSIONING ROWS
|
||||
###############################################################################
|
||||
# Testcase 3.2.15.2-3.2.15.4 INFORMATION_SCHEMA.SCHEMA_PRIVILEGES accessibility
|
||||
###############################################################################
|
||||
|
Reference in New Issue
Block a user