' . "\n" . ($cfg['MainPageIconic'] ? '' : '' ) . ' ' . $strBinaryLog . "\n" . '' . "\n"; if (!isset($log)) $log = ''; /** * Display log selector. */ if (count($binary_logs) > 1) { echo '

'; echo PMA_generate_common_hidden_inputs(); echo $strSelectBinaryLog . ': '; echo ''; echo ''; 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 */ ?> $GLOBALS['cfg']['LimitChars']) { $value['Info'] = PMA_substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...'; } ?>
<?php echo empty($full) ? $strShowFullQueries : $strTruncateQueries; ?>