' . "\n"
. ($cfg['MainPageIconic'] ? '
' : '' )
. ' ' . $strBinaryLog . "\n"
. '' . "\n";
if (!isset($log)) $log = '';
/**
* Display log selector.
*/
if (count($binary_logs) > 1) {
echo '
';
}
$sql_query = 'SHOW BINLOG EVENTS';
if (!empty($log)) $sql_query .= ' IN \'' . $log . '\'';
/**
* Sends the query and buffers the result
*/
$serverProcesses = array();
$res = PMA_DBI_query($sql_query);
while ($row = PMA_DBI_fetch_assoc($res)) {
$serverProcesses[] = $row;
}
@PMA_DBI_free_result($res);
unset($res);
unset($row);
PMA_showMessage($GLOBALS['strSuccess']);
/**
* Displays the page
*/
?>
 ? 'full' : 'partial'); ?>text.png) |
|
|
|
|
|
|
$GLOBALS['cfg']['LimitChars']) {
$value['Info'] = PMA_substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...';
}
?>
|
|
|
|
|
|