patch #2903400 [bookmarks] Status of bookmark table
This commit is contained in:
@@ -6,6 +6,8 @@ $Id$
|
||||
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
|
||||
|
||||
3.2.5.0 (not yet released)
|
||||
- patch #2903400 [bookmarks] Status of bookmark table,
|
||||
thanks to Virsacer - virsacer
|
||||
|
||||
3.2.4.0 (not yet released)
|
||||
- bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status
|
||||
|
@@ -133,14 +133,16 @@ function PMA_printRelationsParamDiagnostic($cfgRelation)
|
||||
|
||||
PMA_printDiagMessageForFeature('strColComFeat', 'commwork', $messages, false);
|
||||
|
||||
PMA_printDiagMessageForFeature('strBookmarkQuery', 'bookmarkwork', $messages, false);
|
||||
|
||||
PMA_printDiagMessageForFeature('strMIME_transformation', 'mimework', $messages);
|
||||
|
||||
if ($cfgRelation['commwork'] && ! $cfgRelation['mimework']) {
|
||||
echo '<tr><td colspan=2 align="left">' . $GLOBALS['strUpdComTab'] . '</td></tr>' . "\n";
|
||||
}
|
||||
|
||||
PMA_printDiagMessageForParameter('bookmarktable', isset($cfgRelation['bookmark']), $messages, 'bookmark');
|
||||
|
||||
PMA_printDiagMessageForFeature('strBookmarkQuery', 'bookmarkwork', $messages);
|
||||
|
||||
PMA_printDiagMessageForParameter('history', isset($cfgRelation['history']), $messages, 'history');
|
||||
|
||||
PMA_printDiagMessageForFeature('strQuerySQLHistory', 'historywork', $messages);
|
||||
|
Reference in New Issue
Block a user