Skip to content

Commit

Permalink
Merge branch 'QA_4_5'
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Jan 11, 2016
2 parents 5e692c2 + c8eeccf commit 04bf769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -55,6 +55,7 @@ phpMyAdmin - ChangeLog
- issue #11828 Do not invoke FLUSH PRIVILEGES when server in --skip-grant-tables
- issue #11804 Misleading message for configuration storage
- issue #11772 Table pagination does nothing when session expired
- issue #11840 Index comments not working properly

4.5.3.1 (2015-12-25)
- issue #11774 Undefined offset 2
Expand Down
1 change: 1 addition & 0 deletions libraries/sql-parser/src/Components/Key.php
Expand Up @@ -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='),
);

/**
Expand Down

0 comments on commit 04bf769

Please sign in to comment.