Skip to content

Commit 93c37b0

Browse files
committed
Merge pull request #26 from madhuracj/bug11840
Fixes phpmyadmin/phpmyadmin#11840. Index comments not working properly.
2 parents d5de413 + b7cd051 commit 93c37b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Key.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Key extends Component
3737
'KEY_BLOCK_SIZE' => array(1, 'var'),
3838
'USING' => array(2, 'var'),
3939
'WITH PARSER' => array(3, 'var'),
40+
'COMMENT' => array(4, 'var='),
4041
);
4142

4243
/**

0 commit comments

Comments
 (0)