diff options
Diffstat (limited to 'src/Statements/SetStatement.php')
-rw-r--r-- | src/Statements/SetStatement.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Statements/SetStatement.php b/src/Statements/SetStatement.php index 08e986c..80a1dc7 100644 --- a/src/Statements/SetStatement.php +++ b/src/Statements/SetStatement.php @@ -55,6 +55,14 @@ class SetStatement extends Statement 3, 'expr', ], + 'SESSION' => 3, + 'GLOBAL' => 3, + 'PERSIST' => 3, + 'PERSIST_ONLY' => 3, + '@@SESSION' => 3, + '@@GLOBAL' => 3, + '@@PERSIST' => 3, + '@@PERSIST_ONLY' => 3, ]; public static $END_OPTIONS = [ |