Detailed storage engines status information.

This commit is contained in:
Alexander M. Turek
2005-01-15 00:04:32 +00:00
parent a47d428faf
commit 36bb21a53d
106 changed files with 981 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ if ($cfg['ShowMysqlVars']) {
if (PMA_MYSQL_INT_VERSION >= 40100) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 's_asci.png" width="16" height="16" border="0" hspace="2" align="middle" alt="'.$strCharsets.'" />' : '') . $strCharsets, 'server_collations.php', $url_query);
}
if (PMA_MYSQL_INT_VERSION >= 40102) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 's_process.png" width="16" height="16" border="0" hspace="2" align="middle" alt="' . $strEngines . '" />' : '') . $strEngines, 'server_engines.php', $url_query);
}
if ($is_superuser) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $GLOBALS['pmaThemeImage'] . 's_rights.png" width="16" height="16" border="0" hspace="2" align="middle" alt="'.$strPrivileges.'" />' : '') . $strPrivileges, 'server_privileges.php', $url_query);
}