Merge branch 'QA_4_5' into QA_4_6
This commit is contained in:
commit
39559ddca5
@ -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
|
||||
|
||||
@ -4949,6 +4949,7 @@ class Util
|
||||
'ENGINE' => '',
|
||||
'TABLE_TYPE' => '',
|
||||
'TABLE_ROWS' => 0,
|
||||
'TABLE_COMMENT' => '',
|
||||
);
|
||||
}
|
||||
} // end while
|
||||
|
||||
Loading…
Reference in New Issue
Block a user