Skip to content

Commit

Permalink
bug #3511471 [interface] View name not seen in navi panel (MySQL 5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Mar 29, 2012
1 parent 2f76c79 commit ce341a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog

3.5.1.0 (not yet released)
- bug #3510784 [edit] Limit clause ignored when sort order is remembered
- bug #3511471 [interface] View name not seen in navi panel (MySQL 5.1)

3.5.0.0 (not yet released)
+ rfe #2021981 [interface] Add support for mass prefix change.
Expand Down
1 change: 1 addition & 0 deletions libraries/common.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ function PMA_getTableList($db, $tables = null, $limit_offset = 0, $limit_count =
if ($GLOBALS['cfg']['ShowTooltipAliasTB']
&& $GLOBALS['cfg']['ShowTooltipAliasTB'] !== 'nested'
&& $table['Comment'] // do not switch if the comment is empty
&& $table['Comment'] != 'VIEW' // happens in MySQL 5.1
) {
// switch tooltip and name
$table['disp_name'] = $table['Comment'];
Expand Down

0 comments on commit ce341a0

Please sign in to comment.