summaryrefslogtreecommitdiffstats
path: root/src/Contexts/ContextMySql50000.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Contexts/ContextMySql50000.php')
-rw-r--r--src/Contexts/ContextMySql50000.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/Contexts/ContextMySql50000.php b/src/Contexts/ContextMySql50000.php
index 798057b..5044ad7 100644
--- a/src/Contexts/ContextMySql50000.php
+++ b/src/Contexts/ContextMySql50000.php
@@ -5,10 +5,9 @@
*
* This file was auto-generated.
*
- * @package SqlParser
- * @subpackage Contexts
- * @link https://dev.mysql.com/doc/refman/5.0/en/keywords.html
+ * @see https://dev.mysql.com/doc/refman/5.0/en/keywords.html
*/
+
namespace SqlParser\Contexts;
use SqlParser\Context;
@@ -17,13 +16,11 @@ use SqlParser\Context;
* Context for MySQL 5.
*
* @category Contexts
- * @package SqlParser
- * @subpackage Contexts
+ *
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
class ContextMySql50000 extends Context
{
-
/**
* List of keywords.
*
@@ -34,7 +31,6 @@ class ContextMySql50000 extends Context
* @var array
*/
public static $KEYWORDS = array(
-
'DO' => 1, 'IO' => 1, 'NO' => 1, 'XA' => 1,
'ANY' => 1, 'BDB' => 1, 'CPU' => 1, 'END' => 1, 'IPC' => 1, 'NDB' => 1,
'NEW' => 1, 'ONE' => 1, 'ROW' => 1,
@@ -283,6 +279,5 @@ class ContextMySql50000 extends Context
'CHAR' => 43,
'BINARY' => 43,
'INTERVAL' => 43,
-
);
}