>
isSystemSchema($current['SCHEMA_NAME'], true)): ?>
disabled="disabled";
/>
|
= htmlspecialchars($current['SCHEMA_NAME']); ?>
|
$stat):
if (! array_key_exists($stat_name, $current)) {
continue;
}
if ($stat['format'] === 'byte') {
list($value, $unit) = \PMA\libraries\Util::formatByteDown($current[$stat_name], 3, 1);
} elseif ($stat['format'] === 'number') {
$value = \PMA\libraries\Util::formatNumber($current[$stat_name], 0);
} else {
$value = htmlentities($current[$stat_name], 0);
} ?>
= $value; ?>
= $value; ?>
|
= $unit; ?> |
= $master_replication; ?>
|
= $slave_replication; ?>
|
">
= \PMA\libraries\Util::getIcon('s_rights.png', __('Check privileges')); ?>
|