Skip to content

Commit 2a2e6c5

Browse files
committed
Add GRANT as known statement.
1 parent 3d73f38 commit 2a2e6c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Parser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class Parser
4040
'HELP' => '',
4141
'USE' => '',
4242
'STATUS' => '',
43+
'GRANT' => '',
4344

4445
// Table Maintenance Statements
4546
// https://dev.mysql.com/doc/refman/5.7/en/table-maintenance-sql.html

0 commit comments

Comments
 (0)