Merge branch 'QA_4_5' into QA_4_6

This commit is contained in:
Madhura Jayaratne 2016-02-16 15:27:46 +11:00
commit 39559ddca5
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ phpMyAdmin - ChangeLog
- issue #11956 unrecognized keyword interval
- issue Field names and aliases are being correctly parsed now.
- issue #11959 Fix javascript error in setup
- issue #11964 Undefined index: TABLE_COMMENT in database structure page
4.5.4.1 (2016-01-29)
- issue #11892 Error with PMA 4.4.15.3

View File

@ -4949,6 +4949,7 @@ class Util
'ENGINE' => '',
'TABLE_TYPE' => '',
'TABLE_ROWS' => 0,
'TABLE_COMMENT' => '',
);
}
} // end while