' . "\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 '
'; echo $strSelectBinaryLog; echo ''; echo '
'; echo '
'; echo ''; echo '
'; echo '
'; } $sql_query = 'SHOW BINLOG EVENTS'; if (!empty($log)) { $sql_query .= ' IN \'' . $log . '\''; } /** * Sends the query */ $result = PMA_DBI_query($sql_query); 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; ?>