Unverified Commit 0d26c7fa authored by Sergei Morozov's avatar Sergei Morozov

Merge branch 'bpo/2.7/#3103' into 2.7

parents bd5e190a 3fdb4c5c
...@@ -101,6 +101,7 @@ final class MariaDb102Keywords extends MySQLKeywords ...@@ -101,6 +101,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'ELSEIF', 'ELSEIF',
'ENCLOSED', 'ENCLOSED',
'ESCAPED', 'ESCAPED',
'EXCEPT',
'EXISTS', 'EXISTS',
'EXIT', 'EXIT',
'EXPLAIN', 'EXPLAIN',
...@@ -141,6 +142,7 @@ final class MariaDb102Keywords extends MySQLKeywords ...@@ -141,6 +142,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'INT4', 'INT4',
'INT8', 'INT8',
'INTEGER', 'INTEGER',
'INTERSECT',
'INTERVAL', 'INTERVAL',
'INTO', 'INTO',
'IO_AFTER_GTIDS', 'IO_AFTER_GTIDS',
...@@ -195,6 +197,7 @@ final class MariaDb102Keywords extends MySQLKeywords ...@@ -195,6 +197,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'OUT', 'OUT',
'OUTER', 'OUTER',
'OUTFILE', 'OUTFILE',
'OVER',
'PARTITION', 'PARTITION',
'PRECISION', 'PRECISION',
'PRIMARY', 'PRIMARY',
...@@ -216,6 +219,7 @@ final class MariaDb102Keywords extends MySQLKeywords ...@@ -216,6 +219,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'RESIGNAL', 'RESIGNAL',
'RESTRICT', 'RESTRICT',
'RETURN', 'RETURN',
'RETURNING',
'REVOKE', 'REVOKE',
'RIGHT', 'RIGHT',
'RLIKE', 'RLIKE',
...@@ -275,6 +279,7 @@ final class MariaDb102Keywords extends MySQLKeywords ...@@ -275,6 +279,7 @@ final class MariaDb102Keywords extends MySQLKeywords
'WHEN', 'WHEN',
'WHERE', 'WHERE',
'WHILE', 'WHILE',
'WINDOW',
'WITH', 'WITH',
'WRITE', 'WRITE',
'XOR', '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