Unverified Commit 3fdb4c5c authored by Matty Driessen's avatar Matty Driessen Committed by Sergei Morozov

Added missing keywords for MariaDb102

parent bd5e190a
......@@ -101,6 +101,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'ELSEIF',
'ENCLOSED',
'ESCAPED',
'EXCEPT',
'EXISTS',
'EXIT',
'EXPLAIN',
......@@ -141,6 +142,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'INT4',
'INT8',
'INTEGER',
'INTERSECT',
'INTERVAL',
'INTO',
'IO_AFTER_GTIDS',
......@@ -195,6 +197,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'OUT',
'OUTER',
'OUTFILE',
'OVER',
'PARTITION',
'PRECISION',
'PRIMARY',
......@@ -216,6 +219,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'RESIGNAL',
'RESTRICT',
'RETURN',
'RETURNING',
'REVOKE',
'RIGHT',
'RLIKE',
......@@ -275,6 +279,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'WHEN',
'WHERE',
'WHILE',
'WINDOW',
'WITH',
'WRITE',
'XOR',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment