Merge branch 'QA_4_5'

This commit is contained in:
Madhura Jayaratne 2016-01-11 17:54:02 +11:00
commit 04bf7696ff
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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='),
);
/**