summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2016-01-11 17:58:44 +1100
committerMadhura Jayaratne <madhura.cj@gmail.com>2016-01-11 17:58:44 +1100
commitb7cd051c373035f91dd0a74b13771be0f74a509c (patch)
tree630ad805a7f098e1e907ac6552219614c85d396c /src
parent4a5287e5c5e4b808aa7a7b323bb6a047490634dc (diff)
downloadsql-parser-b7cd051c373035f91dd0a74b13771be0f74a509c.zip
sql-parser-b7cd051c373035f91dd0a74b13771be0f74a509c.tar.gz
sql-parser-b7cd051c373035f91dd0a74b13771be0f74a509c.tar.bz2
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/11840
Diffstat (limited to 'src')
-rw-r--r--src/Components/Key.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/Key.php b/src/Components/Key.php
index 490d067..161dfc6 100644
--- a/src/Components/Key.php
+++ b/src/Components/Key.php
@@ -37,6 +37,7 @@ class Key extends Component
'KEY_BLOCK_SIZE' => array(1, 'var'),
'USING' => array(2, 'var'),
'WITH PARSER' => array(3, 'var'),
+ 'COMMENT' => array(4, 'var='),
);
/**