diff options
author | Dan Ungureanu <udan11@users.noreply.github.com> | 2016-01-13 22:06:19 +0200 |
---|---|---|
committer | Dan Ungureanu <udan11@users.noreply.github.com> | 2016-01-13 22:06:19 +0200 |
commit | 93c37b0bb4826a7b6abb7432a3a63def2d6f20de (patch) | |
tree | 68f242f89e1422442a96ac19c166740cc5b31895 | |
parent | d5de413ed33f0c8629e9ec839f655e01f09e91e8 (diff) | |
parent | b7cd051c373035f91dd0a74b13771be0f74a509c (diff) | |
download | sql-parser-93c37b0bb4826a7b6abb7432a3a63def2d6f20de.zip sql-parser-93c37b0bb4826a7b6abb7432a3a63def2d6f20de.tar.gz sql-parser-93c37b0bb4826a7b6abb7432a3a63def2d6f20de.tar.bz2 |
Merge pull request #26 from madhuracj/bug11840
Fixes phpmyadmin/phpmyadmin#11840. Index comments not working properly.
-rw-r--r-- | src/Components/Key.php | 1 |
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='), ); /** |